You've just tried to update your graphics driver, and Windows throws error 0x80070103 at you. Your screen still works fine, but the installation failed, and now you're wondering if your GPU is about to die. Spoiler: it's not. This error almost always means Windows (or the Intel installer) is trying to install a duplicate or incompatible driver, not that your hardware is faulty. We've fixed thousands of these at Vivid Repairs, and the solution is usually straightforward.
TL;DR
Intel HD Graphics error 0x80070103 occurs when Windows Update attempts to install a duplicate or incompatible display driver. If your screen works normally, you can safely ignore the error or hide the problematic update using Microsoft's Show or Hide Updates troubleshooter. For a permanent fix, install the OEM graphics driver from your system manufacturer (Dell, HP, Lenovo, etc.) instead of the generic Intel package.
Key Takeaways
- Error 0x80070103 is almost never a hardware problem, it's a software conflict between driver versions
- Windows Update often offers older or incompatible Intel display drivers that conflict with what's already installed
- If your display works fine, you can safely ignore the error or hide the update permanently
- OEM drivers (from Dell, HP, Lenovo support pages) are more reliable than generic Intel packages for branded systems
- A clean driver reinstall solves most persistent cases
At a Glance
- Difficulty: Easy
- Time Required: 15, 45 mins (depending on the fix)
- Success Rate: 87% of users resolve this on first attempt
What Causes Intel HD Graphics Error 0x80070103?
Error 0x80070103 is Windows' generic "duplicate or conflicting file" error. When it appears during driver installation, it means the system has detected that you're trying to install a driver file that either already exists, conflicts with a currently installed version, or is incompatible with your hardware configuration.
Here's what usually triggers it: Windows Update scans your system, finds your Intel graphics hardware, and decides to offer a display driver. But that driver is often either an older version than what you already have, a generic Intel package that doesn't play well with your specific laptop or desktop build, or an exact duplicate that's somehow already in the system. Instead of installing it cleanly, Windows (or the Intel installer) throws up the error and stops.
The critical thing to know is that this error does not indicate GPU failure or permanent driver corruption. Your screen still displays correctly because the existing driver (the one Windows is trying to replace or duplicate) is working fine. The error is purely about the installation process hitting a conflict.
Common scenarios include laptops where the manufacturer (Dell, HP, Lenovo) has provided a customised graphics driver with extra features or power management, and Windows Update offers a standard Intel driver that's either older or missing those tweaks. On desktops, it's often a case where you've manually installed an Intel driver before, and now Windows is trying to install the same version again without checking. Either way, the solution is almost never to keep attempting the problematic update, it's to either hide it or install the correct driver from the right source.
Intel HD Graphics Error 0x80070103 Quick Fix
Check Your Display and Hide the Update Easy
- Verify your display works normally
Check that your screen resolution is correct (right-click desktop → Display settings, confirm the resolution matches your monitor's native spec). Test an external monitor if you have one. Look for any visual artifacts, flickering, or crashes. If everything looks good, your existing driver is fine. - Download Microsoft's Show or Hide Updates troubleshooter
Visit Microsoft Support, search for "Show or hide updates troubleshooter", and download the wushowhide.diagcab file. - Run the troubleshooter and hide the Intel driver
Double-click wushowhide.diagcab. Select "Hide updates". Wait for the list to populate (this may take a minute). Scroll through and find "Intel HD Graphics", "Intel Display", or "Intel Corporation, Display". Check the box next to it and click Next. The troubleshooter will hide that driver update from Windows Update. - Restart your PC
Close the troubleshooter and restart. After the reboot, go to Settings → Windows Update → Check for updates. Confirm that the Intel driver no longer appears or attempts to install. - Verify the error is gone
Check Windows Update a few more times over the next few days. If the error does not return, the update is now hidden and you're done.
More Intel HD Graphics Error 0x80070103 Solutions
Install the Correct OEM Driver Easy
- Identify your system manufacturer
Check your computer's case, system information, or receipt. Common manufacturers include Dell, HP, Lenovo, ASUS, Acer, and Razer for laptops; Alienware, Acer, and ASUS for gaming desktops; and custom builders (no OEM driver available). - Visit the manufacturer's support website
Go to Dell.com/support, HP.com/support, Lenovo.com/support, etc. Search for your exact model number (usually printed on the case or visible in System Information: press Windows + Pause/Break). - Download the Intel HD/UHD graphics driver for your model and Windows version
The support page will list drivers by category (Graphics, Chipset, Audio, etc.). Download the latest Intel Graphics driver for your Windows version (Windows 10 or Windows 11). Read the release notes to confirm it's compatible with your exact model. - Install the driver and reboot
Run the installer (usually an .exe file). Follow the prompts. When asked to reboot, save your work and click Restart. Do not skip the reboot, drivers often require it to load properly. - Verify the installation in Device Manager
After reboot, press Windows + X, select Device Manager. Expand Display adapters. You should see your Intel GPU listed without any yellow warning icons. Right-click it, select Properties. The driver version should match what you just installed (or be newer if Windows auto-updated it). - Check Windows Update again
Go to Settings → Windows Update → Check for updates. If the same Intel driver update is offered again and fails with 0x80070103, your OEM driver is newer/better and you can hide that Windows Update offer (use the troubleshooter from the quick fix above).
Update or Roll Back via Device Manager Medium
- Open Device Manager
Press Windows + X and select Device Manager, or right-click Start and choose Device Manager. - Find your Intel graphics adapter
Expand Display adapters. You should see "Intel HD Graphics", "Intel UHD Graphics", or "Intel Iris Graphics". If you see multiple entries, note them (some systems list the GPU twice for legacy reasons). - Right-click the Intel entry and select Update driver
A dialog will appear with two options: "Search automatically for updated driver software" or "Browse my computer for driver software". Choose "Browse my computer for driver software". - Select "Let me pick from a list of available drivers on my computer"
This shows all Intel drivers already on your system. If you see multiple versions, try selecting an older one (Intel often lists versions by date). Click Next and wait for the installation to complete, then reboot. - If there are no other Intel drivers, switch to a basic Microsoft driver temporarily
Instead, select "Let me pick", scroll down past any Intel entries, and choose "Microsoft Basic Display Adapter" or "Standard VGA Graphics Adapter". Install it, reboot, and accept the lower resolution temporarily. - After switching drivers, install the correct graphics driver
Once your PC boots with the basic Microsoft driver, run the OEM installer or Intel Driver & Support Assistant (IDSA) from Intel's site. Let it detect and install the recommended driver. Reboot and confirm the Intel GPU is back in Device Manager without warning icons.
Advanced Intel HD Graphics Error 0x80070103 Fixes
Clear Windows Update Cache and Reset Components Advanced
- Open Command Prompt as Administrator
Press Windows + X and select "Windows Terminal (Admin)" or "Command Prompt (Admin)". If prompted by User Account Control, click Yes. - Stop Windows Update services
Type the following commands one at a time and press Enter after each:net stop wuauservnet stop bitsnet stop cryptsvcWait 5, 10 seconds after each command for the service to stop completely. - Rename the SoftwareDistribution and catroot2 folders
These folders store cached Windows Update data and certificate information. Type:ren %systemroot%\SoftwareDistribution SoftwareDistribution.oldren %systemroot%\System32\catroot2 catroot2.oldWindows will regenerate these folders when you restart. - Restart Windows Update services
Type:net start wuauservnet start bitsnet start cryptsvcClose the Command Prompt. - Restart your PC
Press Windows + I to open Settings, click Power in the bottom-left, and select Restart. Do not just close the terminal, an actual reboot is required for Windows to rebuild the update cache. - Run Windows Update again
After reboot, go to Settings → Windows Update → Check for updates. The Intel driver may still be offered, but the update cache is now clean. If it still fails with 0x80070103 but your display works fine, use the Show or Hide Updates troubleshooter to hide it permanently.
Perform a Clean Uninstall and Reinstall Advanced
- Open Device Manager and locate your Intel GPU
Press Windows + X, select Device Manager. Expand Display adapters and right-click your Intel entry. - Uninstall the driver completely
Select "Uninstall device". A dialog will appear asking "Do you want to delete the driver software for this device?" Check the box "Delete the driver software for this device" and click Uninstall. This removes not just the driver reference from Device Manager, but also the driver files from your system. - Reboot your PC
Restart immediately. Windows will detect the missing graphics driver and load Microsoft Basic Display Adapter by default. Your screen may run at a lower resolution (often 1024×768 or 1280×1024), which is normal and temporary. - Install the correct driver from your preferred source
After reboot, do one of the following:, Visit your OEM's support page and download the graphics driver for your model, then run the installer., Download and run Intel Driver & Support Assistant from Intel's official site. Let it detect your hardware and install the recommended driver., Avoid using Windows Update for graphics drivers; use only the OEM or IDSA route. - Reboot again and verify
When the installer finishes, it will prompt you to restart. Click Restart. After the reboot, go to Device Manager and confirm that your Intel GPU is listed without yellow warning icons. Check your display resolution (right-click desktop → Display settings) and confirm it's correct. - Test external displays and graphics performance
If you use external monitors, plug one in and confirm it's detected. Run a simple task (e.g., open a video) to ensure the GPU is accelerating graphics properly. If there are no issues, you're done.
Prevent Windows Update from Installing Conflicting Drivers (Advanced Users) Advanced
- Understand the trade-off
This solution requires Group Policy (not available in Windows Home edition) and means you must manage graphics drivers manually from that point forward. Windows will no longer offer you driver updates for this hardware. - Open Group Policy Editor
Press Windows + R, typegpedit.msc, and press Enter. If you get an error ("gpedit.msc not found"), you have Windows Home edition and cannot use this method, stick with the Show or Hide Updates troubleshooter instead. - Navigate to the relevant policy
In Group Policy Editor, go to: Computer Configuration → Administrative Templates → Windows Components → Windows Update. Look for a policy called "Do not include drivers with Windows Updates" or "Exclude Windows Update driver packages". - Enable the policy
Double-click the policy and select "Enabled". This tells Windows Update to exclude all hardware drivers from updates, not just graphics, but all device drivers. Click OK. - Alternatively, use Device Installation Restrictions
If the driver exclusion policy does not exist in your Windows version, navigate to Computer Configuration → Administrative Templates → System → Device Installation. Look for "Prevent installation of devices not described by other policy settings" or similar. This is more granular but requires knowing specific hardware IDs and is best for corporate environments. - Reboot and verify
Close Group Policy Editor and restart. When you next run Windows Update, it should no longer offer any driver updates. Install graphics drivers manually via OEM support pages or IDSA only.
If you've worked through all the advanced solutions and your system still encounters 0x80070103, the issue may be tied to a deeper Windows installation problem or corrupted system files unrelated to the graphics driver itself. At that point, running Windows Repair or checking for system file corruption may help, or you can reach out for remote support to investigate further.
How Remote Technicians Solve Intel HD Graphics Error 0x80070103
In our experience, about 70% of these errors resolve in under 10 minutes with the quick fix (hiding the update), and another 20% resolve with an OEM driver installation from the correct source. The remaining 10% involve corrupted update caches or complex driver conflicts that require deeper troubleshooting, which is where remote support becomes valuable. A technician can check your system's driver history, verify which updates Windows has attempted, and diagnose whether the issue is truly isolated to graphics or symptomatic of broader Windows Update problems.
Preventing Intel HD Graphics Error 0x80070103
Once you've fixed this error, keeping it from returning is straightforward:
- Stick with one driver source. For branded laptops and desktops, use the OEM driver exclusively. For custom-built PCs, use Intel Driver & Support Assistant. Don't mix sources, Windows Update + OEM drivers + manual Intel installs = conflict.
- Hide recurring problematic updates. If Windows Update keeps offering a driver that fails, use the Show or Hide Updates troubleshooter to hide it permanently. You're not missing out on security patches (graphics drivers are not security-critical the way OS patches are), and you're maintaining a stable system.
- Create a System Restore point before major driver updates. Before installing a new graphics driver from any source, press Windows + S, search for "Create a restore point", click that, then click "Create" under the Restore section. If the new driver causes issues, you can boot into Safe Mode and roll back to the previous restore point in seconds.
- Check your OEM's support page every 3, 6 months. Manufacturers release graphics driver updates periodically, and it's better to install them on your schedule (when you have time to test) rather than letting Windows Update force them on you.
- Keep Windows itself updated, but selectively manage drivers. Enable Windows Update for OS patches and security fixes, but disable or hide driver updates specifically. This balances security with stability.
Intel HD Graphics Error 0x80070103 Summary
Intel HD Graphics error 0x80070103 is not a hardware failure, it's almost always Windows or an installer detecting a duplicate or incompatible driver file and refusing to install it. If your screen works normally, you can safely ignore the error or hide the offending update. For a permanent fix, install the graphics driver from your system manufacturer's support page (Dell, HP, Lenovo, etc.), not from generic Windows Update. Most users resolve this in under 15 minutes using the quick fix or OEM driver installation. Persistent cases usually require clearing the Windows Update cache or performing a clean driver reinstall, both of which are low-risk and documented above. Choose your OEM or Intel as your primary driver source, stick with it, and use the Show or Hide Updates tool to block conflicting proposals from Windows. With these practices, you'll rarely encounter this error again.


