1. Home
  2. Microsoft
  3. Windows
  4. How to Fix Windows ERROR_406: Step-by-Step Troubleshooting Guide

How to Fix Windows ERROR_406: Step-by-Step Troubleshooting Guide


If you’ve encountered the Windows ERROR_406, you’re not alone. This error can be frustrating, especially when you’re unsure what’s causing it or how to resolve it. But don’t worry — in this detailed, step-by-step guide, we’ll walk you through everything you need to know to fix Windows ERROR_406 quickly and efficiently.


What is Windows ERROR_406?

Before diving into the solutions, it’s essential to understand what ERROR_406 means. In Windows, ERROR_406 is typically tied to “The request is not acceptable” or “Attempt to modify the request headers after the request is sent” issues. This error can occur due to conflicts with software, corrupted system files, or issues with Windows Updates or network requests.


Common Causes of ERROR_406

  • Corrupted or outdated system files
  • Windows Update glitches or incomplete updates
  • Conflicting third-party applications or drivers
  • Network connectivity issues or firewall restrictions
  • Malware or virus interference


Step-by-Step Guide to Fix Windows ERROR_406

Step 1: Restart Your Computer

Sometimes, the simplest fixes work wonders.

  • Restart your PC to clear temporary files and refresh system resources.
  • After restart, check if the error persists.

If the error continues, move on to the next step.


Step 2: Run Windows Update Troubleshooter

Windows has a built-in troubleshooter that can automatically detect and fix update-related errors.

  1. Press Windows key + I to open Settings.
  2. Navigate to Update & Security > Troubleshoot > Additional troubleshooters.
  3. Select Windows Update and click Run the troubleshooter.
  4. Follow the on-screen instructions.
  5. Restart your PC and check if the problem is resolved.


Step 3: Scan for Corrupted System Files Using SFC and DISM

Corrupted system files often cause various errors, including ERROR_406.

Using System File Checker (SFC):

  1. Press Windows key + S, type cmd, right-click Command Prompt, and select Run as administrator.
  2. In the Command Prompt window, type:

    sfc /scannow

  3. Press Enter and wait for the process to complete (this may take some time).
  4. Restart your computer.

Using DISM (Deployment Image Servicing and Management):

If SFC finds issues but can’t fix them:

  1. Open Command Prompt as administrator again.
  2. Run the following commands one by one:

    DISM /Online /Cleanup-Image /CheckHealth
    DISM /Online /Cleanup-Image /ScanHealth
    DISM /Online /Cleanup-Image /RestoreHealth

  3. Restart your PC and check if ERROR_406 persists.


Step 4: Check for Malware and Viruses

Malware or viruses can cause unexpected errors.

  • Run a full system scan with Windows Defender or your preferred antivirus software.
  • Quarantine or remove any detected threats.
  • Restart your system afterward.


Step 5: Disable or Uninstall Conflicting Software

Sometimes third-party apps, especially security software or recently installed programs, can interfere.

  • Press Windows key + R, type appwiz.cpl, and press Enter.
  • Review recently installed applications.
  • Right-click suspicious programs and choose Uninstall.
  • Also, temporarily disable any third-party antivirus or firewall software to see if the error resolves.
  • Restart your PC.


Step 6: Reset Network Settings

Network issues can cause ERROR_406 if Windows update or services can’t communicate properly.

  1. Open Command Prompt as administrator.
  2. Run the following commands one by one:

netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns

  1. Restart your PC.


Step 7: Perform a Clean Boot

A clean boot starts Windows with the minimum number of drivers and startup programs to eliminate software conflicts.

  1. Press Windows key + R, type msconfig, and press Enter.
  2. In the System Configuration window, go to the Services tab.
  3. Check Hide all Microsoft services, then click Disable all.
  4. Next, go to the Startup tab and open Task Manager.
  5. Disable all startup items.
  6. Close Task Manager and click OK in the System Configuration window.
  7. Restart your PC.
  8. Check if ERROR_406 still appears.
  9. If fixed, enable services and startup programs one by one to find the culprit.


Step 8: Perform a System Restore

If the error started occurring after a recent change, system restore can revert your PC to a previous stable state.

  1. Press Windows key + S, type rstrui, and press Enter.
  2. Follow the prompts to select a restore point prior to when the issue began.
  3. Complete the restore process and reboot your PC.


Step 9: Manually Update or Reinstall Windows

If all else fails, you can:

  • Manually download and install updates from Microsoft Update Catalog.
  • Or perform a repair install of Windows 10/11 without losing files via an in-place upgrade.


Final Thoughts

Windows ERROR_406 can feel overwhelming but with this step-by-step guide, you now have a clear roadmap to diagnose and fix the problem. Patience and careful troubleshooting usually do the trick! If you continue to experience the error, consider seeking professional IT support to avoid data loss or further complications.


Bonus Tips for Keeping Windows Stable and Error-Free

  • Regularly update your Windows OS and drivers.
  • Keep your antivirus software up-to-date.
  • Avoid installing untrusted software.
  • Regularly back up your important files.


If you found this guide helpful, please share it with friends or colleagues facing similar challenges. Your PC health matters — stay proactive, stay safe!


Want more tech tips and troubleshooting guides? Follow our blog for the latest updates and how-tos!

Updated on June 19, 2025
Was this article helpful?

Related Articles

Leave a Comment