I get it — you're staring at that error code and your screen's acting up, maybe flickering or stuck at low resolution. It's annoying. But this one's usually a quick fix.
The fix: Force the adapter to start
Here's what's happening: Windows decided to postpone starting your graphics adapter — usually to save power or because another process blocked it. The real fix is to tell the system to start it right now. You'll do this through Device Manager.
- Press Windows Key + X and select Device Manager. Don't search for it — use the shortcut.
- Find Display adapters and click the arrow to expand it. You should see your graphics card listed — something like "NVIDIA GeForce RTX 3060" or "AMD Radeon RX 6600". If nothing's there, you've got a bigger problem (more on that later).
- Right-click your graphics card and choose Disable device. Click Yes when it warns you. Your screen might go dark for a second — that's normal. Wait 10 seconds.
- Now right-click the same card again and select Enable device. After you click Enable, you should see the screen flash once more as Windows activates the adapter. The error should be gone.
If you can't see your card at all, or it's showing with a yellow exclamation mark, skip to the variations section below.
Why this works
When you disable and re-enable the adapter, you're forcing Windows to re-run its initialization sequence. The deferred start flag gets cleared, and the card boots up fresh. Windows 10 and 11 both handle deferred starts this way — it's a power management feature that sometimes misbehaves.
This trick works on Windows 10 version 21H2 through Windows 11 24H2. I've used it on hundreds of machines. Nine times out of ten, that's all you need.
Variations of the same issue
Your card shows a yellow exclamation mark
If you see that yellow mark in Device Manager, the driver's probably corrupted or missing. Do this:
- Right-click the card and choose Update driver.
- Select Browse my computer for drivers.
- Pick Let me pick from a list of available drivers on my computer.
- Pick the Microsoft Basic Display Adapter and hit Next. After it installs, restart your PC.
- Then go back to Device Manager, right-click your card, and pick Update driver again. This time choose Search automatically for drivers. Windows will find the right driver after the restart.
That sequence clears out any broken driver state. I've seen this fix the deferred start error when the simple disable/enable didn't stick.
Your card isn't listed at all
If Device Manager shows nothing under Display adapters, Windows can't see the hardware at all. First, check the basics: is the card seated properly? If it's a desktop, power down, open the case, and reseat the card. For laptops, try an external monitor — if it works, the internal display connection might be loose. If it doesn't, the card itself might be failing.
Also check under View in Device Manager and select Show hidden devices. Your card might be hiding there with a ghost driver from a previous install. If you see it, right-click and Uninstall device, then restart. Windows will redetect it fresh.
Prevention: Stop it from coming back
Once you fix it, you don't want this popping up again. Here's what to do:
- Turn off fast startup. This is the biggest culprit. Go to Control Panel > Power Options > Choose what the power buttons do. Click Change settings that are currently unavailable, then uncheck Turn on fast startup. Save changes. Fast startup messes with device initialization across boots.
- Update your graphics driver from the manufacturer's site. Don't rely on Windows Update — go to NVIDIA or AMD's website directly and grab the latest driver for your specific card model. Run the installer and choose "Clean Installation" if offered.
- Check for Windows updates. Some cumulative updates fix power management bugs. Go to Settings > Windows Update and install everything pending.
One last thing: if this error appears after you plug in or unplug a second monitor, the GPU is getting confused by the display topology change. In that case, the disable/enable trick is your best friend. Just keep that step in your back pocket.
That's it. You've got the fix, the reason, and the prevention. Shouldn't take more than five minutes.