Display Adapter Properties Tab Missing – Fixed

Windows Errors Beginner 👁 11 views 📅 Jun 20, 2026

Display adapter properties tab missing? It's a driver corruption or group policy block. Here's how to get it back fast.

Quick Answer

Restart the graphics driver with Win+Ctrl+Shift+B. If that doesn't work, uninstall the display driver in Safe Mode and reinstall the latest from the manufacturer.

Why This Happens

You open Device Manager, right-click your graphics card, and the Properties tab is just... gone. Or maybe it's there but all the options are grayed out. This usually happens after a botched driver update, a Windows Update that overwrote your driver, or a group policy that blocks changes. I've seen it on Windows 10 22H2 and Windows 11 23H2. The culprit is almost always a corrupted or mismatched driver version. Sometimes it's a registry key that got flipped by a third-party tool like MSI Afterburner or a Windows Update gone sideways.

Fix Steps

  1. Restart the graphics driver. Press Win+Ctrl+Shift+B. You'll hear a beep and the screen may flash. Check if the Properties tab is back. This resets the driver without a full reboot. Works about 30% of the time.
  2. Reboot into Safe Mode. Hold Shift while clicking Restart in the Start menu. Go to Troubleshoot > Advanced Options > Startup Settings > Restart. Press 4 for Safe Mode.
  3. Uninstall the display driver completely. In Safe Mode, open Device Manager. Expand Display Adapters. Right-click your GPU and select Uninstall device. Check the box that says "Delete the driver software for this device". Do this for every GPU listed (including Intel integrated if you have one).
  4. Reboot normally. Windows will install a generic driver. You'll lose resolution but that's fine. Open Device Manager again – the Properties tab should be there now.
  5. Install the correct driver from scratch. Go to your GPU manufacturer's site (NVIDIA, AMD, Intel). Download the latest driver for your model and Windows version. Run the installer with a clean install option (NVIDIA calls it "Perform a clean installation"). Reboot.

Alternative Fixes If Main One Fails

Group Policy May Be Blocking It

This is rare but happens in corporate environments. Press Win+R, type gpedit.msc, hit Enter. Go to Computer Configuration > Administrative Templates > System > Device Installation > Device Installation Restrictions. Look for "Prevent installation of devices not described by other policy settings" – set it to Not Configured. Also check "Do not allow any devices" – same thing. Restart.

Registry Fix

If group policy isn't the issue, a registry tweak sometimes works. Open Regedit as Admin. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions. If that key exists, delete the whole "Restrictions" folder. Close Regedit, reboot. This removes all device installation restrictions.

Use DDU (Display Driver Uninstaller)

Don't bother with the basic uninstall if you've tried step 3 and it didn't work. Download DDU from Guru3D. Reboot into Safe Mode again. Run DDU, select your GPU type (NVIDIA/AMD/Intel), and choose "Clean and restart". This nukes every trace of the driver. After reboot, install the driver fresh. DDU is the nuclear option – use it when nothing else works.

Prevention Tip

Stop letting Windows Update replace your GPU driver. Go to Settings > Windows Update > Advanced Options > Pause updates. Or use the Microsoft Show/Hide Updates tool to block the driver update. If you do a clean driver install, disable automatic driver updates via Group Policy or the Registry. This won't break anything – it just stops Windows from overwriting your manufacturer driver with a generic one. I've seen this exact issue happen three times in a month from a single bad Windows Update. Block it.

Was this solution helpful?