1. Home
  2. Windows
  3. How to Fix Windows Error Code ERROR_35: A Step-by-Step Guide

How to Fix Windows Error Code ERROR_35: A Step-by-Step Guide


Encountering Windows Error Code ERROR_35 can be frustrating, especially when you’re in the middle of important work. This error typically relates to problems with device drivers or corrupted system files, causing your system to slow down or malfunction. Don’t worry—we’ve got you covered! In this detailed, easy-to-follow guide, I’ll walk you through proven methods to troubleshoot and fix ERROR_35 on your Windows PC.


What is Windows Error Code ERROR_35?

Before diving into the solutions, let’s understand what ERROR_35 means. This error usually indicates:

  • Device Driver Issues: The device driver is outdated, corrupted, or incompatible.
  • System File Corruption: Critical Windows system files may be damaged.
  • Hardware Conflicts: Conflicts between connected hardware devices.

Knowing the root cause helps in targeting the right fix.


Step 1: Restart Your Computer

Sometimes, the simplest solution works wonders. Restarting refreshes system resources and clears temporary glitches.

  • Click the Start menu.
  • Select Restart.
  • After reboot, check if the error persists.

If the error is still there, proceed to the next step.


Step 2: Identify the Problematic Device or Application

ERROR_35 often points to a specific device or service causing trouble.

  • Press Windows + X and select Event Viewer.
  • Navigate to Windows Logs > System.
  • Look for recent error messages with code 35.
  • Take note of the device or component mentioned.

This info will help in targeting your troubleshooting efforts.


Step 3: Update Device Drivers

Outdated or corrupted drivers are a common cause of ERROR_35.

Automatic Driver Update

  • Press Windows + X, then click Device Manager.
  • Expand the category related to the problematic device (e.g., Display Adapters).
  • Right-click the device and select Update driver.
  • Choose Search automatically for updated driver software.
  • Follow prompts to install updated drivers.
  • Restart your system.

Manual Driver Update

If automatic update doesn’t work:

  • Visit the manufacturer’s website of the device.
  • Download the latest compatible driver for your Windows version.
  • Install the driver manually.
  • Restart your computer.


Step 4: Run Windows System File Checker (SFC)

System file corruption can cause ERROR_35. Running SFC scans and repairs corrupted files.

  • Press Windows + S, type cmd, right-click Command Prompt, and select Run as administrator.
  • Enter the command:

    sfc /scannow

  • Wait for the process to complete (may take several minutes).
  • Restart your computer after completion.

If corrupted files are found and repaired, this can resolve the error.


Step 5: Run the DISM Tool

If SFC doesn’t fully fix the problem, use Deployment Image Servicing and Management (DISM) tool.

  • Open Command Prompt as administrator (same as above).
  • Type this command and press Enter:

    DISM /Online /Cleanup-Image /RestoreHealth

  • Allow the process to run (can take up to 20 minutes).
  • Restart your PC when done.


Step 6: Check for Windows Updates

Sometimes, Microsoft releases patches that fix specific errors.

  • Go to Settings > Update & Security > Windows Update.
  • Click Check for updates.
  • Download and install any pending updates.
  • Restart your PC.

Keeping Windows up to date can prevent and fix many errors.


Step 7: Uninstall Recently Installed Software or Drivers

If ERROR_35 appeared after installing new software or drivers, uninstall them.

  • Press Windows + R, type appwiz.cpl, and press Enter.
  • Browse the list for recently added programs.
  • Select and click Uninstall.
  • For drivers, use Device Manager.
  • Restart your PC and check if the error continues.


Step 8: Perform a Clean Boot

A clean boot ensures minimal software conflicts.

  • Press Windows + R, type msconfig, and press Enter.
  • Under Services tab, check Hide all Microsoft services, then click Disable all.
  • Go to the Startup tab, click Open Task Manager.
  • Disable all startup items.
  • Close Task Manager and click OK on System Configuration.
  • Restart your PC.

If ERROR_35 disappears, gradually enable services to find the culprit.


Step 9: Scan for Malware

Malware infections can disrupt system files and drivers.

  • Use Windows Defender or a trusted antivirus program.
  • Perform a full system scan.
  • Quarantine or remove detected threats.
  • Restart your computer.


Step 10: Reset Windows (Last Resort)

If none of the above works, consider resetting your Windows installation.

  • Go to Settings > Update & Security > Recovery.
  • Under Reset this PC click Get started.
  • Choose to Keep my files or Remove everything.
  • Follow the prompts to reset Windows.

Make sure to back up important data before this step.


Quick Tips to Prevent ERROR_35

  • Regularly update Windows and device drivers.
  • Avoid installing unverified third-party drivers.
  • Keep antivirus software active and updated.
  • Backup your system periodically.


Final Thoughts

Encountering Windows Error Code ERROR_35 can disrupt your workflow, but with this step-by-step guide, you can confidently troubleshoot and fix the issue. Remember to stay patient and proceed carefully through each step. If problems persist, consider consulting a professional.

If this guide helped you, feel free to share it or leave your questions below!


Keywords: Windows Error Code ERROR_35, fix Windows ERROR_35, update drivers, system file checker, DISM tool Windows, Windows troubleshooting, device driver problems


Happy troubleshooting! Stay safe and keep your PC healthy.

Updated on June 17, 2025
Was this article helpful?

Related Articles

Leave a Comment