You turned on your laptop, and the system suddenly stopped recognizing the built-in video card? The picture on the screen is distorted, the resolution is off, and device manager instead of the usual Intel UHD Graphics or AMD Radeon Vega Is there a warning with a yellow triangle? This problem is familiar to many users - from owners of budget Lenovo IdeaPad to gaming ASUS ROG with hybrid graphics. In 80% of cases, it is not hardware faults that are to blame, but software glitches that you can fix yourself.
In this article we will look at all possible reasons, due to which the laptop stops seeing the built-in video card - from a banal driver conflict to rare cases of damage to the chip on the motherboard. You'll learn how to diagnose the problem using built-in Windows tools, what commands will help you reset your graphics settings, and when it's really worth taking your device to service. And for owners of laptops with NVIDIA Optimus or AMD Switchable Graphics We have prepared a separate section with the nuances of setting up hybrid systems.
Signs of a faulty built-in video card
The first signal that the laptop does not recognize the built-in graphics is visual artifacts or incorrect display of the interface. But the problem can manifest itself in less obvious ways. Here are the key symptoms:
- 🖥️ Low screen resolution (For example,
800×600instead of1920×1080), which cannot be changed in the settings. - ⚠️ B
Device Manageris displayed next to the video card exclamation point or it is not on the list at all. - 🔄 The laptop automatically switches to discrete graphics (if available), ignoring the built-in one.
- 🎮 Games and graphics applications display an error like
"No compatible graphics hardware found". - 🔍 B
dxdiag(DirectX diagnostics) instead of the video card model is indicated"Standard VGA Graphics Adapter".
A particularly insidious case is when the laptop it seems functional, but the integrated graphics are actually disabled. For example, on Dell XPS 13 with Intel Iris Xe users sometimes experience that the system only uses the basic driver Microsoft Basic Display Adapter, causing performance and energy efficiency to suffer. You can check this via Task Manager → Performance → GPU: If your video card is not shown there, the problem is confirmed.
⚠️ Attention: If the laptop does not turn on at all or the screen remains black, this may indicate physical damage to the chip (for example, after overheating or falling). In this case, diagnostics using software methods is meaningless.
The main reasons why a laptop does not see the built-in video card
Crashes with integrated graphics rarely occur out of the blue. Most often they are provoked by specific user actions or system errors. We have collected TOP-7 reasons, ranked by frequency of occurrence:
| Reason | How it manifests itself | Probability (%) |
|---|---|---|
| Driver conflict or corruption | Yellow triangle in device manager, artifacts | 65% |
| Disabling the video card in BIOS/UEFI | The system does not see the graphics at all, even as an unknown device | 15% |
Service failure Windows Display Driver Model |
Black screen after boot, recovery via safe mode | 10% |
| Power issues (for hybrid graphics) | The laptop only uses a discrete card, the built-in one is inactive | 5% |
| Hardware failure (overheating, chip damage) | The laptop does not turn on or the screen flickers even in BIOS | 5% |
The most common situation is driver corruption after updating Windows or installing third-party software (for example, MSI Afterburner or RivaTuner). In 2023 users HP Pavilion complained massively about crashes after updating to Windows 11 22H2when the system automatically installed incompatible drivers for Intel Iris Xe. The second most popular reason is disabling graphics in BIOS, which often happens after a factory reset or unsuccessful overclocking.
- Automatically via Windows Update
- Manually once a month
- Only when problems arise
- I never update
Diagnosing the problem: checking the status of the video card
Before starting repairs, you need to accurately determine Does the system see the video card at least as an unknown device?. To do this, follow these steps:
- Checking in Device Manager
Click
Win + X → Device Manager → Video adapters. If there is no built-in graphics or is marked with an exclamation mark, go to step 2. - Error code analysis
Right-click on the problematic device →
Properties → Error Code. Common codes:- 🔹
Code 43— Windows has stopped the device due to a failure. - 🔹
Code 10— the device cannot start. - 🔹
Code 28- no compatible drivers.
- 🔹
dxdiagClick Win + R, enter dxdiag and go to the tab Screen. If in the field Device specified Standard VGA - the driver is not installed.
For advanced diagnostics you can use utilities like GPU-Z or HWiNFO. They will show does the system detect the graphics chip at the hardware level?. For example, if in GPU-Z in section Graphics Card displayed N/A, this may mean that the video card is disabled in the BIOS or is physically damaged. But if the utility sees the chip, but Windows ignores it, the problem is definitely software.
If the laptop is equipped with hybrid graphics (for example, NVIDIA Optimus), try temporarily disabling the discrete card in Device Manager. Sometimes this causes the system to activate the built-in one.
How to fix a problem with integrated video card drivers
In 90% of cases, the problem is resolved by reinstalling or resetting the drivers. But there are nuances here: you can’t just download the latest driver from the website Intel or AMD and install it on top of the old one. Needed completely clean the system from traces of previous versions, otherwise the conflict will remain. Here are the step-by-step instructions:
Remove current drivers via Device Manager (check "Remove driver programs") |
Download Display Driver Uninstaller (DDU) from the official website|
Turn off the Internet to prevent Windows from installing the driver automatically|
Boot into safe mode (click Win + R → msconfig → Boot → Safe Mode)|
Run DDU and select the option "Clean and restart"-->
After cleaning the drivers:
- Install the driver manually, downloading it from the manufacturer’s official website:
- 🔹 For Intel: auto detection page.
- 🔹 For AMD: support section (select processor series).
- If the installation fails, try driver from laptop manufacturer (for example, for Lenovo - on the website support.lenovo.com).
- Reboot your laptop and check the graphics performance via
dxdiag.
For laptops with hybrid graphics (NVIDIA + Intel or AMD + Radeon) after installing the drivers may be required setting the switching scheme in the Graphics Control Panel. For example, in NVIDIA Control Panel need to choose Manage 3D Settings → Preferred GPU and indicate Integrated Graphics for the required applications.
⚠️ Attention: Never use drivers from third party sites (such as driverpack.io). They often contain viruses or incompatible versions that can permanently damage the video card. Official sources are the only safe option.
Setting up BIOS/UEFI to enable integrated graphics
If the drivers are installed correctly, but the laptop still does not see the built-in video card, the problem may lie in the BIOS settings. This is especially true for devices with hybrid graphics, where you can manually disable the integrated chip in the BIOS. Here's how to check and change the settings:
- Login to BIOS
Restart your laptop and press the BIOS enter key (usually
F2,Del,EscorF12- depends on the model). For ASUS this is oftenF2, for HP —Esc → F10. - Finding Graphics Settings
Look for sections like:
- 🔹
Advanced → System Configuration → Graphics Settings - 🔹
Config → Display → Primary Display - 🔹
Boot → Video Options
- 🔹
- Activating integrated graphics
Make sure the settings are set like this:
- 🔹
Primary Display→iGPUorIntegrated Graphics - 🔹
Switchable Graphics→Enabled(for hybrid systems) - 🔹
Internal Graphics→Enabled
- 🔹
Click F10, confirm saving (Yes) and wait for the reboot.
On some laptops (eg MSI GS66 or Acer Predator) there is an option in the BIOS MSHybrid Mode or Dynamic Display Switching. If enabled, the system automatically switches between graphics adapters, which sometimes leads to conflicts. Try disabling it and leaving only the integrated graphics for the test.
What to do if there are no graphics settings in the BIOS?
On some laptops (especially ultrabooks, for example, Apple MacBook or Dell XPS) manufacturers hide graphics options so that users cannot change them. In this case, there are two options left:
1. Update BIOS to the latest version (sometimes new settings are added).
2. Use software activation methods (see next section).
Advanced methods for restoring video card performance
If standard methods do not help, it’s time to move on to deep diagnostics. These methods take more time, but often solve problems that reinstalling the drivers does not fix.
1. Reset Windows Display Driver Model (WDDM) service
This service is responsible for the interaction of graphics drivers with the system. If it doesn't work properly, the video card may be invisible. Run on the command line (Win + X → Terminal (administrator)):
net stop UmRdpServicesc config UmRdpService start= disabled
net start uxsms
sc config uxsms start= auto
After rebooting, check if the video card appears in Device Manager.
2. Registry restoration
Damaged registry keys can block graphics from working. Download and run Autoruns from Microsoft, then:
- Go to the tab
Drivers. - Find entries related to graphics (for example,
igfx,amd,nvlddmkm). - Uncheck suspicious entries and reboot.
3. Checking the integrity of system files
Launch a command prompt as administrator and run:
sfc /scannow
dism /online /cleanup-image /restorehealth
These commands will repair damaged system files that may be affecting the operation of drivers.
If after all the manipulations the built-in video card still does not appear, but the laptop runs on discrete graphics, the problem is most likely hardware failure (for example, a chip falling off the motherboard). In this case, only repairs at a service center will help.
What to do if the laptop does not see the built-in video card after Windows update
Windows updates are a common cause of graphics glitches. Updates were especially problematic Windows 10 20H2 And Windows 11 22H2, after which many users Acer Swift And HP Envy lost their ability to work Intel UHD Graphics. Here is the algorithm of actions:
- Rolling back an update
Go to
Settings → Update and security → Update history → Uninstall updates. Find the latest update (usually marked asKBxxxxxxx) and delete it. - Blocking a problematic update
Download the utility wushowhide from Microsoft, run it and hide the update that caused the crash.
- Manual installation of a compatible driver
Download the driver from the laptop manufacturer's website (not from the website Intel/AMD!) and install it in compatibility mode:
- 🔹 Right click on the installer →
Properties → Compatibility. - 🔹 Select
Windows 10(even if you have Windows 11). - 🔹 Run the installation as administrator.
- 🔹 Right click on the installer →
If rolling back the update didn't help, try restore the system to the point created before the update was installed. To do this:
- Click
Win + R, enterrstrui. - Select a restore point 2-3 days before the problem occurs.
- Confirm the recovery and wait for the reboot.
⚠️ Attention: After a system restore or update rollback be sure to disable automatic driver updates via Windows Update, otherwise the problem will return. To do this, go to Settings → Update & Security → Advanced Settings → Driver Updates and disable the option.
FAQ: Frequently asked questions about the built-in video card not working
Is it possible to use a laptop if the built-in video card does not work, but there is a discrete one?
Yes, but with reservations. Discrete graphics (NVIDIA or AMD Radeon) will take on the entire load, but this will lead to:
- 🔋 Rapid battery drain (discrete card consumes 3-5 times more power).
- 🔥 Overheating, since the cooling system is not designed for constant operation of powerful graphics.
- 🎮 Performance degradation in some applications (for example, Adobe Premiere better optimized for Intel Quick Sync).
If you have a hybrid system, try manually switching to discrete graphics in Control Panel (NVIDIA Control Panel or AMD Radeon Settings).
How to check if the built-in video card is working on a laptop with two GPUs?
Use these methods:
- Via
Task Manager: open task manager (Ctrl+Shift+Esc), go to the tabPerformance. If integrated graphics are active, you will see them in the GPU list. - Via GPU-Z: download the utility from official website. On the tab
SensorsBoth adapters should be loaded. - Via
dxdiag: if the integrated graphics are working, it will be listed in the sectionScreen.
If neither method shows the built-in card, it is either disabled or faulty.
Can a virus cause problems with a video card?
Yes, some viruses (such as miners or rootkits) can:
- 🛡️ Block access to graphics drivers.
- 🔄 Replace system files, responsible for the operation of the GPU.
- 📉 Overload the video card, causing artifacts or shutdowns.
Check the system with Kaspersky Virus Removal Tool or Malwarebytes. Pay special attention to the processes in Task Manager, which load the GPU for no apparent reason.
Is it worth taking your laptop to a service center if none of the above helps?
Yes, if:
- ⚡ Laptop won't turn on or the screen remains black even in BIOS.
- 🔥 Video card overheats (temperature above 90°C when idle).
- 🛠️ Visible on the motherboard physical damage (swollen capacitors, traces of burning).
- 🔄 The problem appeared after dropping, getting liquid, or disassembling the laptop.
The service will check:
- 🔹Integrity of the integrated graphics chip (for example, using thermal imager or multimeter).
- 🔹 Soldering quality (a common problem with Lenovo Yoga And HP Spectre after 3–4 years of operation).
- 🔹 North bridge operation (if the graphics are integrated into the processor, like AMD Ryzen APU).
The average cost of diagnostics is 1000–2000 rubles. Repairs (resoldering the chip or replacing the motherboard) will cost 5,000–15,000 rubles.
Is it possible to replace the built-in video card on a laptop?
No, if we are talking about classic integrated graphics (Intel UHD or AMD Radeon Vega). It is part of the processor or motherboard chipset and cannot be replaced. Exceptions:
- 🔹 Laptops with removable discrete graphics (For example, Alienware Graphics Amplifier or ASUS ROG XG Mobile).
- 🔹 Some models with MXM slot (obsolete standard, found in Clevo or MSI GT80).
In all other cases, graphics “upgrade” is possible only by motherboard replacement to a newer one (which is often comparable in cost to buying a new laptop).