1. Home
  2. Windows
  3. How to Fix System Error Code ERROR_60 in Windows: Step-by-Step Guide

How to Fix System Error Code ERROR_60 in Windows: Step-by-Step Guide


If you’ve encountered System Error Code ERROR_60 on your Windows computer, you’re not alone. This error can be frustrating and often signals an issue with network communication or device drivers. But don’t worry—this step-by-step guide will walk you through the troubleshooting process in a clear, simple way so you can get your system running smoothly again.


What Is System Error Code ERROR_60?

Before diving into the fix, it’s useful to understand what ERROR_60 actually means. In Windows, ERROR_60 corresponds to the message:

"The specified resource is already locked."

This error typically occurs when a process tries to access a resource (like a file, device, or network socket) that is currently locked by another process. It can happen due to driver conflicts, network issues, or corrupted files.


Common Causes of ERROR_60

  • Device driver conflicts or outdated drivers
  • Network resource conflicts, especially with file sharing or remote devices
  • Corrupted system files
  • Software that holds exclusive lock on a resource


How to Fix System Error Code ERROR_60 in Windows: Step-by-Step

Step 1: Restart Your Computer

Sometimes the simplest solution is the most effective. Restarting your PC clears active processes and releases locked resources. Before diving into complex fixes, save your work and try a quick reboot.


Step 2: Identify the Locked Resource Using Task Manager or Resource Monitor

  • Press Ctrl + Shift + Esc to open Task Manager.
  • Navigate to the Processes tab.
  • Look for applications or background processes that might be interacting with the resource (e.g., file sync apps, device software).

Alternatively:

  • Press Win + R, type resmon, and hit Enter to open Resource Monitor.
  • Under the CPU tab, use the search handle (Associated Handles) to type the name of the file or device suspected to be locked.
  • Note which process is using it.

Tip: If you’re unsure about which resource is locked, think about what operation caused ERROR_60 — was it related to opening a device, saving a file, or accessing network resources?


Step 3: Close or Restart the Conflicting Process

Once you’ve identified the locking process:

  • Select the process in Task Manager.
  • Click End Task to close it safely.
  • If unsure, try restarting the related software or device.


Step 4: Update Device Drivers

Outdated or incompatible device drivers often cause resource locking issues. Here’s how to update them:

  1. Press Windows + X and select Device Manager.
  2. Expand relevant categories (e.g., Network adapters, Disk drives).
  3. Right-click the device and click Update driver.
  4. Choose Search automatically for updated driver software.
  5. Follow on-screen prompts.

If no updates are found, visit the manufacturer’s website for the latest drivers.


Step 5: Run System File Checker (SFC) and DISM

Corrupted system files contribute to resource errors.

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

    sfc /scannow

  • Wait for the scan to complete. It will repair any corrupted files detected.

If issues persist, run DISM commands to repair the Windows image:

DISM /Online /Cleanup-Image /RestoreHealth

Once complete, restart your PC.


Step 6: Check Network Settings and Sharing Permissions

If the error involves a shared network resource or device:

  • Verify network settings.
  • Ensure you have proper permissions to access the resource.
  • Disable any third-party firewall or antivirus temporarily to rule out interference.
  • Go to Network and Sharing Center > Advanced sharing settings to ensure proper sharing setup.


Step 7: Use Safe Mode to Diagnose

Safe Mode loads Windows with minimal drivers and startup programs, which helps identify if third-party software causes the issue.

  • Press Windows + R, type msconfig, and press Enter.
  • Go to the Boot tab and check Safe boot > Network.
  • Click OK and restart your PC.

If ERROR_60 doesn’t show up in Safe Mode, the cause is likely a third-party program or driver. Disable startup programs selectively to find the culprit.


Step 8: Restore Windows to an Earlier Point

If the error appeared recently, a System Restore might help:

  • Press Windows + S, type Create a restore point, and open it.
  • Click System Restore….
  • Choose a restore point dated before the issue started.
  • Follow the prompts.


Step 9: Consult Microsoft Support or Professional Help

If none of the above steps work, it may be time to consult Microsoft Support or a professional technician. They can provide more advanced diagnostics.


Final Tips to Prevent ERROR_60

  • Keep Windows and device drivers regularly updated.
  • Avoid abrupt disconnects of devices.
  • Run regular malware scans.
  • Be cautious with third-party apps that heavily interact with system resources.


Wrapping Up

Encountering System Error Code ERROR_60 can feel overwhelming, but with patience and the right approach, you can resolve it effectively. This error signals resource locking conflicts that are often fixable by identifying locked processes, updating drivers, or repairing system files.

If you found this guide helpful, share it with others facing this issue and bookmark it for future troubleshooting.


Got questions or need further assistance? Feel free to leave a comment below! Your smooth Windows experience is just a few steps away. 😊


Keywords: System Error Code ERROR_60, Windows ERROR_60 fix, resource locked error Windows, ERROR_60 troubleshooting, update drivers Windows, System File Checker, DISM restore health, network resource error, Windows system restore, fix Windows errors

Updated on June 17, 2025
Was this article helpful?

Related Articles

Leave a Comment