0X00003B60

Fix 0X00003B60: Monitor DDC/CI capabilities string invalid

Windows Errors Beginner 👁 1 views 📅 May 27, 2026

This error means your monitor sent a garbled DDC/CI string. The fix is usually a cable swap or driver reinstall. Here's exactly what to do.

That error is annoying, right? I've seen it pop up on Dell and LG monitors after a cable gets jostled or when you upgrade to a newer graphics driver. Don't worry—let's fix it in five minutes.

The Quick Fix: Swap the Cable

Nine times out of ten, a bad or loose cable causes this. Do this first:

  1. Power everything off—computer and monitor. Unplug the monitor power cord too.
  2. Disconnect the video cable (HDMI, DisplayPort, DVI, or VGA) from both ends.
  3. Inspect the connectors for bent pins or gunk. Use a dry cloth to wipe them gently.
  4. Reconnect the cable firmly. Make sure it clicks (HDMI and DP have a locking mechanism).
  5. Plug the monitor power back in, then turn on your computer.

After doing this: Open the Device Manager (right-click Start > Device Manager). Expand "Monitors." Right-click your monitor and pick "Uninstall device." Then click "Scan for hardware changes" at the top. Windows will redetect it. If the error's gone, you're set. If not, try a different cable—borrow one from a friend or grab a new one. Cheap cables are often the culprit.

Why This Works

The error code 0X00003B60 means ERROR_MCA_INVALID_CAPABILITIES_STRING. Your monitor uses DDC/CI (Display Data Channel Command Interface) to tell Windows what it can do—like brightness control and refresh rates. If the cable has a bad ground or a pin is bent, the signal gets corrupted. Windows reads garbage and throws this error. A fresh cable with solid shielding clears that noise. I've also seen it after a Windows update changed the graphics driver. Uninstalling the monitor device forces Windows to re-read the correct capabilities string.

Less Common Variations

Sometimes the cable swap doesn't cut it. Here are three other scenarios I've fixed:

1. Graphics Driver Got Corrupted

If you just updated your GPU driver (NVIDIA, AMD, or Intel), roll it back. Go to Device Manager > Display adapters. Right-click your GPU > Properties > Driver tab > Roll Back Driver. After the rollback, restart and test. If rollback is grayed out, download the previous driver from the manufacturer's site and do a clean install (choose "Custom" then "Perform clean installation" in the installer).

2. Monitor's EDID Is Corrupted

EDID is a chunk of data the monitor sends to Windows. A firmware glitch can mess it up. On some monitors (especially older Samsung models), you can reset the monitor's settings: press the Menu button, find "Reset" or "Factory Reset," and confirm. After that, unplug the monitor for 30 seconds, plug it back in, and re-check. No luck? Use a tool like Monitor Asset Manager to dump the EDID and re-apply it. I'd only do that if you're comfortable with command-line tools—it's rare.

3. USB-C or DisplayPort Daisy Chain Conflicts

If you're using a USB-C hub or daisy-chaining multiple monitors, the capabilities string can get mangled. Disconnect all but one monitor. If the error goes away, you've got a handshake problem. Update the hub's firmware or use a direct cable from the GPU to the monitor. For daisy-chaining, make sure all monitors support MST (Multi-Stream Transport) and that your DisplayPort cable is rated for the version you need (1.2 for 4K at 60Hz, 1.4 for higher).

Prevention Tips

You can avoid this error down the road:

  • Use quality cables. The cheap Amazon Basics ones work okay, but the ones that come with the monitor or from a reputable brand (Anker, Cable Matters) have better shielding.
  • Keep drivers current. Not just GPU drivers, but also monitor drivers. Go to the manufacturer's support page for your monitor model, download the driver INF file, and install it. This gives Windows the correct capabilities string ahead of time.
  • Don't yank cables. Disconnect by pulling the plug, not the wire. You'd be surprised how often bent pins come from rough removal.
  • Update monitor firmware. Many modern monitors (LG, Dell, BenQ) have firmware updates. Check their support site—some let you update over USB or via the OSD menu.

If you've tried all this and still get 0X00003B60, your monitor's hardware might be failing. Test it on another computer. If the error follows the monitor, it's time to contact the manufacturer for warranty repair or replacement.

Was this solution helpful?