How to Resolve the ERROR_OPERATION_IN_PROGRESS Blue Screen of Death (BSoD) Error

Encountering the ERROR_OPERATION_IN_PROGRESS notification, identified by the error code 329 (0x149) or the mount error (115) indicating that an operation is currently ongoing, may indicate that Windows is already executing a function simultaneously. This situation is common when attempting to access devices that are actively in use, including instances of mounting disks or network drives. It is advisable to first allow any ongoing processes to complete, then proceed to the Task Manager to monitor disk activity and terminate unnecessary tasks. Afterward, safely eject any external storage devices or USB drives, and restart your computer.

How to Resolve the ERROR_OPERATION_IN_PROGRESS Error?

1. Conduct a Malware Scan

  1. Hit the Windows key, search for windows security, and select Open from the results.

    Windows Security open Windows key
  2. Within the Windows Security interface, navigate to Virus & threat protection.
  3. Select Scan options.

    V& T Scan options
  4. Choose Full scan and then click Scan now.

    Full scan -ERROR_OPERATION_IN_PROGRESS

Wait until the scan is finished and remove any detected malware. If preferred, you can also use a third-party antivirus software to perform a full system scan.

2. Execute the CHKDSK Command

  1. Press the Windows key, type cmd, and select Run as administrator to open the Command Prompt with elevated permissions.

    CMD elevated ERROR_OPERATION_IN_PROGRESS
  2. Input the following command to initiate the disk diagnostic and repair tool that verifies file system integrity and hard disk analysis, then press Enter : Chkdsk C: /f /r

    CHKDSK FRC
  3. If the disk is in use, you will be prompted to set the scan for the next reboot. Type Y and hit Enter.

Upon restarting your PC, the CHKDSK scan will commence, repairing file system errors and bad sectors. Once this process concludes, your computer will boot up to the login screen.

3. Look for Windows Updates

  1. Press Windows + I to bring up the Settings application.
  2. Navigate to Windows Update and click the Check for updates button.

    Windows Update Check for updates  ERROR_OPERATION_IN_PROGRESS
  3. If updates are found, click Download & install.

4. Start Your PC in Safe Mode

  1. Press Windows + R to open the Run dialog.

    msconfig - ERROR_OPERATION_IN_PROGRESS
  2. Type msconfig and click OK to access the System Configuration window.
  3. In the Boot tab, check Safe boot with Network under Boot options.

    Safe mode with networking
  4. Click Apply, then OK to save your settings.
  5. Select Restart.

    Restart

Your system will restart with a minimal set of drivers and network support, enabling you to identify the third-party application or service causing the ERROR_OPERATION_IN_PROGRESS issue.

5. Temporarily Halt Indexing Services

  1. Press Windows + R to open the Run window.

    Services RUn command ERROR_OPERATION_IN_PROGRESS
  2. Type services.msc and click OK to launch the Services window.
  3. From the services list, locate Windows Search, then click on it and select Stop from the left panel.

    Stop the service
  4. Also, look for any monitoring services and stop them as well.

If you experience the ERROR_OPERATION_IN_PROGRESS message again, you can restart these services.

6. Update or Reinstall Device Drivers

  1. Press Windows + R to open the Run dialog.

    Device Manager ERROR_OPERATION_IN_PROGRESS
  2. Type devmgmt.msc and click OK to open the Device Manager interface.
  3. In the Device Manager, expand each category, searching for drivers marked with a yellow triangle icon and an exclamation mark.
  4. Once you find the problematic driver, right-click on it and select Update driver from the context menu.

    Update driver
  5. Select the option to Search automatically for drivers.

    Search automatically

Windows will attempt to locate the appropriate driver version, but in cases where it fails, visit the manufacturer’s website for the latest driver. Additionally, employing a third-party driver updater tool can ensure all drivers remain current. If multiple drivers are problematic, repeat this for each one.

If updating drivers does not resolve the ERROR_OPERATION_IN_PROGRESS issue, consider reinstalling the driver by following these steps:

  1. Reopen Device Manager, right-click the at-risk driver, and select Uninstall device from the options.

    Uninstall device
  2. Then go to Action and choose Scan for hardware changes from the dropdown to reinstall the driver.

    Action scan for hardware changes ERROR_OPERATION_IN_PROGRESS

In summary, addressing the ERROR_OPERATION_IN_PROGRESS issue can involve executing a malware scan, booting your PC in safe mode, checking for updates, temporarily stopping Windows indexing services, or updating/reinstalling device drivers.

For troubleshooting blue screen loops in Windows, consider reinstalling drivers, checking the antivirus configurations, or performing a system restore.

If you have any inquiries or feedback regarding the BSoD error, please do not hesitate to share them in the comments section below.


Author: Egor Kostenko

My goal is to make complex technical topics simple and accessible. On this site, I gather unique and useful content that not only solves users’ problems but also helps them better understand the capabilities of Windows.


Leave a Reply

Your email address will not be published. Required fields are marked *