FIXED: The System Cannot Find the File Specified (Error)
The system cannot find the file specified is an error message that can occur on Windows 10 when trying to open or delete a file, launch an application, update the OS, back up data, or perform other file operations.
In more severe scenarios, the error pops up when trying to boot your operating system, showing an orange screen instead. However, there are several ways in which you can repair this problem, depending on where you stumble upon it.
How to fix The system cannot find the file specified error on Windows 10
Check out the following fixes. If possible, make sure to create a system restore point so that you can revert Windows 10 if you need to start the solutions from scratch.
1. Restart your computer
Perhaps Windows is showing The system cannot find the file specified error due to a hanging process or a non-responding service. So it’s a good idea to begin with something as basic as restarting your computer. An even better idea is to hard-reboot your PC. After shutdown, unplug the power source and keep the power button pressed for 20-30 seconds to clear the PC cache. Then, boot your operating system and check if your problem is now resolved.
2. Update Windows 10
Adding the latest updates to your operating system is critical for your computer’s maintenance, which is made possible by Windows Update. This service should automatically run in the background, continuously check for updates, and prompt you when further action is required.
Have a look in the notifications center or power options menu for any red dots indicating a pending restart, especially if you haven’t turned off your computer for a long time. Otherwise, you can manually check for updates:
- Click the Start button, type check for updates, and press Enter
- Click Check for updates and wait
- If there’s anything pending, click Download
- Don’t shut down or restart your PC during this time. Once the updates are downloaded and installed, perform a PC reboot to finalize the task
3. Run the Windows Update troubleshooter
Many users can’t run Windows Update due to the The system cannot find the file specified error. In that case, you should use the Windows Update troubleshooter to find and fix common problems which prevent this app from running:
- Click the Start button, type Troubleshoot settings, and press Enter
- Click Additional troubleshooters
- Select Windows Update and click Run the troubleshooter
- Apply any fixes identified by the troubleshooter
- Restart your PC and try to run Windows Update now
4. Check the Windows Update services
Some users disable the Windows Update service because it interrupts their activities and takes forever to shut down, start, or restart their computer during urgent tasks. However, if it remains disabled, the service won’t be able to fetch critical updates, resulting in various computer problems.
How to restart the Windows Update services:
- Press Win key + R, type services.msc, and press Enter to open the Services app
- Find and double-click Windows Update to view its properties
- Set Startup type to Automatic (Delayed Start)
- Click the Start button to start the service right away
- Click Apply and return to the main window
- Find the Background Intelligent Transfer Service and App Readiness services to change the same settings are above
It’s also a good idea to turn off Network List Service, which sometimes conflicts with the Windows Update service:
- Locate and double-click Network List Service to access its properties
- Set Startup type to Disabled
- Click Stop to terminate the service
- Click Apply and exit to the desktop
- Try to run Windows Update now
5. Start Windows 10 in Safe Mode
If the The system cannot find the file specified error is triggered by a faulty third-party driver or service, you can run Windows 10 in Safe Mode to automatically turn off all drivers and services that don’t belong to your operating system. Here’s what you need to do:
- Right-click the Start button and go to Settings
- Select Update & Security
- Go to Recovery
- At Advanced Start, click Restart now
- Go to Troubleshoot > Advanced options > Startup Settings
- Click Restart
- If you don’t need Internet access, press F4. Else, press F5 to enable Safe Mode with networking
6. Disable startup apps
If Safe Mode didn’t help fix the The system cannot find the file specified error, try disabling startup programs. For example, you might have a security application that’s scheduled to run automatically every time you turn on your computer, which conflicts with critical system processes. It can be difficult to identify the guilty party, so it’s better to turn off everything.
How to disable startup programs:
- Right-click the Windows 10 taskbar and select Task Manager
- Go to the Startup section
- For every application with the Enabled status, select its entry and click Disable
- Restart your computer
7. Clean boot the OS
Performing a clean boot on Windows 10 is somewhat similar to Safe Mode. The difference is that clean boot disables not only non-essential devices and services but also startup items. Here’s how to configure it:
- Press Win key + R, type msconfig, and press Enter to open the System Configuration app
- Stay in the General tab
- Choose Selective startup
- Uncheck Load system services and Load startup items
- Click Apply
- Switch to the Startup tab
- Click Open Task Manager
- Disable all startup apps with the Enabled status
- Restart your computer
If you later need to restore the boot settings to default, open the System Configuration app and select Normal startup.
8. Uninstall third-party applications
Getting the The system cannot find the file specified error after launching application could signal a software conflict. Perhaps your program is clashing with another one, such as two antivirus programs with separate real-time engines. There’s nothing to do except remove the other application from your computer.
- Right-click the Start button and select Apps and Features
- Locate and select a program from the list
- Click Uninstall and then again to confirm
- Proceed with the wizard
- Restart your computer
However, if the program has changed registry settings, the Windows default uninstaller won’t help restore them. Instead, you should use a software uninstaller that deletes not only a program but also any leftover files and registry entries.
9. Disconnect external devices
Conflicts may also be caused by unsupported peripheral devices recently plugged into your computer. If you recently purchased or received a new piece of hardware as a gift, like a Wi-Fi adapter, new headphones, a webcam, or a USB flash drive, immediately remove it from your PC and then restart to check if this solved the The system cannot find the file specified error.
It might not be the device’s fault but your port’s. Try changing USB ports if you have multiple options available. Otherwise, plug a multi-port USB hub into the computer, and then your device into the hub instead of directly into your PC. It sometimes works.
10. Run CHKDSK
CHKDSK (Check Disk) is a Windows internal tool that you can operate from the command-line environment. It helps repair hard drive corruption issues and bad sectors which may prevent your computer from running properly and cause the The system cannot find the file specified error as a result.
How to use CHKDSK:
- Click the Start button, type Command Prompt, select this app, and click Run as administrator
- If Windows is installed on the default C: drive, type
chkdsk c: /f /r
. Otherwise, make sure to replacec:
with the OS partition letter - When asked to schedule CHKDSK at the next system reboot, type y and press Enter
- Reboot your PC and wait until CHKDSK does its job
11. Run SFC
If you still get the The system cannot find the file specified error after running the CHKDSK tool, perhaps you should shift your attention to the system since it might have corrupt or missing files. SFC (System File Checker) can help you in this regard.
How to use SFC:
- Start Windows 10 in Safe Mode
- Press Win key + R and press Enter run Command Prompt
- Write
sfc /scannow
and press Enter - After SFC finishes, reboot your PC
12. Run DISM
DISM (Deployment Image Servicing and Management) is a more advanced tool than SFC because it can check the integrity of the component store in the Windows image file.
How to use DISM:
- Start Windows 10 in Safe Mode
- Open Command Prompt
- Type
DISM /online /cleanup-image /scanhealth
and press Enter - If it identifies any errors, run
DISM /online /cleanup-image /restorehealth
to get rid of them - After it finishes, restart Windows 10 in Safe Mode
- Open Command Prompt and run SFC (
sfc /scannow
) - Restart your PC normally
13. Consult the system log
You can find out the exact device driver that’s causing the The system cannot find the file specified error by consulting the system log file. Here’s what you need to do:
- Press Win key + E to open Windows Explorer
- Go to the following address:
%SystemRoot%\INF
- Find and open the setupapi.dev or setupapi.dev.log file in Notepad
- Press Ctrl + F, type system cannot find the file, and press Enter
- At FilePath, copy the name of the driver
- Open a web browser and enter the driver file name to find out the device it belongs to
Once you identify the guilty device, you can take further action in Device Manager (proceed with the following solutions).
14. Quickly reinstall devices
By taking into account the driver and device found in the system log, you should head over to Device Manager in order to reinstall the device. If it wasn’t properly installed on your Windows 10 PC, this method should fix it. Here’s what you need to do:
- Right-click the Start button and select Device Manager
- Find the device and double-click it
- Switch to the Driver tab and click Driver Details
- Here you can double-check that the driver file matches the information you found in the system log
- Return to the main window of Device Manager
- Right-click the device and select Uninstall device
- Check Delete the driver software for this device and click Uninstall to confirm
- Open the Action menu and select Scan for hardware changes
- If the device doesn’t reappear in Device Manager, reboot your PC since Windows will auto-reinstall the missing adapter
15. Update device drivers
It’s possible that the device is properly installed on your computer but its driver is outdated. The solution here is to update the obsolete drivers:
- Press Win key + R, type devmgmt.msc, and press Enter
- Right-click the device and select Update driver
- Click Search automatically for drivers and follow the on-screen instructions
If the online search doesn’t return any results, click Search for updated drivers on Windows Update. However, if you have already checked for system updates or the dedicated service doesn’t work, then you have to manually download and install drivers.
However, if you don’t want to risk installing an unsupported driver, it’s better to use a driver update tool. Besides, you can use it to update all your obsolete drivers at the same time, without risking compatibility issues.
16. Roll back drivers
If you have already downloaded an unsupported driver, you must roll it back to the previous version before performing the update. Here’s what you need to do:
- Click the Start button, search for Device Manager, and press Enter
- Right-click a device and go to Properties
- Select the Driver section
- Click Roll Back Driver and follow the instructions. If the button is greyed out, you can skip this step since you can’t perform the rollback
17. Reinstall programs
Some software applications should be reset, repaired, or reinstalled, depending on the available operations. It certainly applies in the scenario where the The system cannot find the file specified error started appearing on your screen after a recent software change.
You have multiple options when it comes to Microsoft Store apps. Click the Start button, search for a program, and go to App settings. From that section, you can repair or reset the app with one click. And, if those two options fail, you should uninstall the app and reinstall it from Microsoft Store.
It’s simpler with regular software programs since the repair option rarely works. Instead, you can uninstall the application from Apps & Features, then download it again from its official website and proceed with the setup operation.
18. Check registry settings
If you can’t open files or launch applications due to the The system cannot find the file specified error, you should inspect registry settings to make sure that everything is in order. It’s pretty easy. Here’s what you need to do:
- Click the Start button, search for Registry Editor, and hit Enter to open this app
- Open the File menu and click Export
- Create a registry backup by setting a file name, picking a destination, and clicking Save. If you need to restore the initial registry configuration later, just double-click the .reg file
- Visit the following address:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\
- Look for the RunOnce key (looks like a folder in the tree on the left)
- If the key doesn’t exist, right-click the CurrentVersion key and select New > Key
- Set the key name to RunOnce
- Now, go to this location:
Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\
- Take the same steps: if the RunOnce key doesn’t exist, create it
- Exit Registry Editor
19. Restore the original registry settings
If the system registry suffered more modifications that you can’t identify, it’s easier to restore its configuration to factory values, which is more effective than using a registry cleaner. Here’s how to make it happen.
- Click the Start button, search for Registry Editor, and launch this tool
- Create a registry backup:
- Open the File menu and click Export
- Set a file name and destination
- Click Save to create a backup of the current registry settings
- Press the Windows key and click the power button to view power options
- While holding down the Shift key, click Restart to reboot Windows in troubleshooting mode
- Select Troubleshoot > Advanced options > Command Prompt
- Choose your PC account and enter your password to continue
- Write the following commands and hit Enter after each one:
-
cd %SystemRoot%\System32\config
-
ren %SystemRoot%\System32\config\DEFAULT DEFAULT.old
-
ren %SystemRoot%\System32\config\SAM SAM.old
-
ren %SystemRoot%\System32\config\SECURITY SECURITY.old
-
ren %SystemRoot%\System32\config\SOFTWARE SOFTWARE.old
-
ren %SystemRoot%\System32\config\SYSTEM SYSTEM.old
-
copy %SystemRoot%\System32\config\RegBack\DEFAULT %SystemRoot%\System32\config\
-
copy %SystemRoot%\System32\config\RegBack\DEFAULT %SystemRoot%\System32\config\
-
copy %SystemRoot%\System32\config\RegBack\SAM %SystemRoot%\System32\config\
-
copy %SystemRoot%\System32\config\RegBack\SECURITY %SystemRoot%\System32\config\
-
copy %SystemRoot%\System32\config\RegBack\SYSTEM %SystemRoot%\System32\config\
-
copy %SystemRoot%\System32\config\RegBack\SOFTWARE %SystemRoot%\System32\config\
-
- Restart your computer
20. Uninstall system updates
Some Windows updates end up harming your computer and causing various problems, including the The system cannot find the file specified error. In this case, the best course of action is to remove the most recent system update. Here’s how:
- Press Win key + R, type appwiz.cpl, and hit Enter
- Click View installed updates
- To sort the updates by time of installed, click the Installed On column
- Search for the Microsoft Windows category
- Double-click the first update in that group
- When asked to confirm its uninstall, click Yes
- Restart your computer
If you can’t boot Windows due to the The system cannot find the file specified error, you can interrupt the startup sequence three times in a row to start Windows troubleshooting mode. Then go to Troubleshoot > Advanced Options > Uninstall Updates.
21. Check your computer for malware
A malware agent could have infected system files, thus preventing you from opening any files or launching applications. To fix this issue, you can resort to Windows Defender:
- Press the Win key, search for Windows Security, and open this app
- Select Virus & threat protection
- Click Scan options
- Pick Quick scan and click Scan now
- If it doesn’t find any threats, choose Windows Defender Offline scan and click Scan now
- Allow Windows to quarantine or remove any suspicious files. If you think some of those files are safe, make sure to add them to the whitelist, in order to exclude them from any upcoming scans
If you have a third-party security solution that you rely on, make sure to adjust the steps above.
22. Use a Linux live distro
You might think that your data will be lost forever due to this serious error. And it might be impossible to even perform a disk backup because Windows doesn’t recognize the selected files. If there’s a major problem with your OS that requires system reset, you can save your files with the help of a Linux live distro.
Simply put, you will be creating a USB flash drive that boots a Linux-based operating system (e.g. Ubuntu), in order to gain access to your files and copy them somewhere safe. Since it’s not Windows, you shouldn’t be getting the The system cannot find the file specified error anymore. Then, you can safely proceed with more dangerous scenarios that involve data loss, like disk formatting.
How to create a Linux live distro with Rufus:
- Download a Linux distro. If you can’t decide which, we suggest Ubuntu since it’s intuitive
- Connect a USB flash drive to your PC. Make sure it doesn’t contain any files you might need later since the disk will be formatted
- Download Rufus from the official website
- Install and run Rufus
- Choose the pen drive and set Boot section to Disk or ISO image
- Click SELECT and add the Ubuntu ISO
- Set Partition scheme to MBR
- At File system, select FAT32
- Click OK and wait for Rufus to create your Linux live distro drive
How to boot Linux from the USB flash drive:
- Keep the flash drive plugged into your PC
- Restart Windows
- Right after your display turns on and before Windows boots, press the key shown on the screen to enter the boot startup menu (e.g. F12)
- Select the USB storage drive and hit Enter
- Once Ubuntu loads, create a backup of your files
23. Change drive letters
You might be experiencing file access errors due to your HDD or SSD. For instance, if it doesn’t have a partition letter assigned, or if it shares the letter with another drive, you should immediately fix this problem. The simplest way to do this is by using Disk Management.
How to assign drive letters with Disk Management:
- Press Win key + R, type diskmgmt.msc, and press Enter
- In Disk Management, select the drive that’s giving you trouble
- Right-click the drive and select Change Drive Letters and Paths
- If the drive already has a letter
- Click Change
- Set a new drive letter
- Click OK
- If the drive doesn’t have a letter
- Click Add
- At Mount in the following empty NTFS folder, click Browse
- Set the new drive path by selecting an empty NTFS folder and click OK
- Then, click OK to confirm
- Quit to the desktop
However, if you can’t access Disk Management or if it doesn’t identify your drive, you can turn to the console environment.
How to assign drive letters with Command Prompt:
- Press Windows key + R, type cmd, then press Ctrl + Shift + Enter to launch Command Prompt with elevated rights
- Type
diskpart
and hit Enter to use the partition manager built into Windows - Run
list volume
to view all current drives - Check out the number assigned to your disk or partition. Run
select volume #
and use that number (e.g.select volume 4
) - Write
assign letter=
and add the new drive letter (e.g.assign letter=e
). Hit Enter - Quit to the desktop
24. Format the partition
If changing the drive letter didn’t help get rid of the The system cannot find the file specified error, it’s time to format the partition. Keep in mind that it means losing everything saved there.
So, you should perform a backup before proceeding with this solution. If you can’t perform the backup in Windows, check out the previous solution on how to create a backup from a Linux distro.
How to format a partition using Windows Explorer:
- Press Win key + E to open File Explorer on Windows 10
- Select the drive, right-click it, and choose Format
- At File system, select NTFS
- Leave Quick Format enabled
- Click Start
How to format a partition using Disk Management:
- Right-click the Start button and launch Disk Management
- Pick the partition, right-click it, and select Format
- Set File system to NTFS
- Leave Perform a quick format enabled
- Click OK
How to format a partition using Command Prompt:
- Press the Win key, search for Command Prompt, and click Run as administrator. If prompted by User Account Control, click Yes
- Type
diskpart
and press Enter - Run
list volume
to view all volumes - Identify the number of your partition and use it when entering
select volume #
(e.g.select volume 5
) - Run
format fs=ntfs
to format the partition as NTFS
25. Roll back the operating system
You can roll back Windows 10 to a restore point that was recorded before you started experiencing the The system cannot find the file specified error, thanks to System Restore. It means undoing all software modifications made to your computer that you can’t detect and which somehow led to file access and application launch issues. However, it automatically means that all programs you installed after the restore point was recorded will no longer exist, so you will have to install them again.
How to use System Restore:
- Sign in to Windows 10 with an administrator account
- Click the Start button, find Control Panel, and open this app
- Select Recovery
- Click Open System Restore
- Choose a restore point or click Show more restore points to get more options. Click Scan for affected programs to discover the exact applications you will have to reinstall
- After making a selection, click Next and follow the remaining steps
If you can’t boot Windows 10, interrupt the startup three times in a row to access system troubleshooting mode. Then, go to Troubleshoot > Advanced Options > System Restore.
26. Reset Windows 10
If you still can’t shake off the The system cannot find the file specified error or if System Restore didn’t work, there’s nothing left to do except restore Windows 10 to factory settings. It means uninstalling all your applications and reverting the system configuration to default. But you can keep your personal files, so it’s not necessary to perform a backup.
How to reset Windows 10:
- Right-click the Start button and select Settings
- Click Update & Security and select Recovery
- At Reset this PC, click Get started
- Pick Keep my files and follow the remaining instructions
You can also turn your PC on and off three times to launch Advanced Startup mode before Windows boot. There, you can go to Troubleshoot > Reset your PC.
If you managed to get hold of your files by using the Linux live distro, we suggest performing a clean reset by selecting the Remove everything option instead of Keep my files.
Error The system cannot find the file specified can be fixed
To review, you can try to fix the The system cannot find the file specified error by restarting your PC, updating Windows 10, running the Windows Update troubleshooter, checking the Windows Update services, starting the OS in Safe Mode, disabling startup apps, running a clean boot, and uninstalling third-party applications.
It’s also a good idea to disconnect external devices, run CHKDSK, SFC and DISM, investigate the system log, reinstall devices, update or roll back drivers, reinstall programs, check registry settings or restore the registry to default, uninstall system updates, run a malware scan, use a Linux live distro, change drive letters, format partitions, use System Restore, and reset Windows 10.
How did you repair this error? Let us know in the comments below.