Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home » Windows

Fix: File Not Found Error in Windows

Bhishu AcharyaBy Bhishu AcharyaFebruary 16, 2023
file not found

Some users have encountered the “File not found” error when trying to move, open, or save a file when running some applications. Along with it, you’re mostly accompanied by the message, “Check the file name and try again.”

This error may appear if you’re searching for a file that’s already been deleted or moved to another location. While these are just common scenarios, you could also face a situation where the file exists but doesn’t open or save. This can happen due to several reasons, like malicious attacks or corrupted hard drives and Windows.

Table of Contents

  • Allow Your App to Pass Through Controlled Folder Access
  • Configure Protected Folder
  • Disable Controlled Folder Access
  • Scan for Possible Malware
  • Run SFC and DISM Commands
  • Update or Restore Windows
  • Reinstall the Application
  • Run Windows File Recovery

Allow Your App to Pass Through Controlled Folder Access

The Controlled Folder Access is a Windows Security option that provides additional ransomware protection. If you’ve enabled the feature and made certain unsafe changes, you may not be able to save your work on the protected apps, even if you trust them.

While disabling Controlled Folder Access should eventually solve it, you may not get extra benefits, making the feature kind of worthless. Instead, you can allow the particular application to bypass, and here’s how to do just that:

  1. Press the Windows key, and search for Windows Security.
    open windows security
  2. Launch the utility and move to the Virus & threat protection section.
    virus and threat protection
  3. Under Ransomware protection, click on Manage ransomware protection.
    manage ransomware protection
  4. Next, select Allow an app through Controlled folder access from the Controlled Folder Access section. 
    allow an app through controlled folder access
  5. Once the User Account Control prompt pops up, hit the Yes button to continue.
    yes to user account control
  6. Then, press the Add an allowed app button, and choose Browse all apps.
    add an allowed app button
  7. Finally, find your application and hit Open. This will add the application right below the Add an allowed app button.
    select app and press open

Configure Protected Folder

Along with the apps, Controlled Folder Access also protects the configured folders. While you can’t remove the Windows system folders (as they are added by default), you can certainly make changes to your personal ones.

Therefore, if you already trust your folder and do not want to apply the Controlled Folder Access feature, here’s how you can remove it from the list:

  1. Go to Windows Security > Virus & threat protection > Ransomware protection.
  2. From the Controlled folder access, select Protected Folders.
    protected folders
  3. Press Yes to get to the next window.
  4. Now, select your folder, and hit the Remove button.
    remove your folder
  5. In the confirmation prompt, press Ok.
    yes to remove protection from folder

Disable Controlled Folder Access

If neither of the two methods is applicable, try disabling the Controlled Folder Access. But before doing so, kindly note that your PC will be exposed to malicious and suspicious threats.

  1. Open the Windows security application and move to Virus & threat protection > Ransomware protection > Manage ransomware protection.
  2. Under Controlled folder access, toggle off the switch.
    toggle off the controlled folder access switch
  3. In the User Account Control confirmation prompt, press Yes.
  4. Now, try saving, opening, or moving your file, and check if the “File not found” error still appears.

Scan for Possible Malware

Even if tweaking Controlled Folder Access settings didn’t help, your folders are probably affected by some viruses. Therefore, it’s a good idea to run a full scan of your PC to remove such malware. While you can use one or more reliable third-party antivirus programs, we would recommend the built-in Windows Security, as it also provides effective protection.

  1. Navigate to Windows Security > Virus & threat protection.
  2. From the Current threats section, choose Scan options.
    scan options
  3. Pick Full Scan and press the Scan now button.
    full scan scan now
  4. Wait until all the files are scanned. This may take several minutes.
    wait for full scan to complete

Run SFC and DISM Commands

When system files get corrupted, they usually do not run. But if they do, you’re probably going to get unexpected errors. If you’re getting a similar error for the Windows files, we suggest running the DISM and SFC commands from a preferred command-line interface (CMD or Powershell). For demonstration, we will use Command Prompt in this section.

  1. Get to the Start Menu, search for Command Prompt, and run it as an administrator.
    run cmd as admin
  2. Press the Yes button to allow the app to make changes to your PC.
    yes to open cmd
  3. Copy and paste the below code to fix the corrupted system files:
    sfc /scannow
  4. Hit Enter and wait until the system scan is completed. You should get the “Windows Resource Protection found corrupt files and successfully repaired them.” message.
    running sfc command
  5. Then, restart your PC and check if the problem persists. If it does, get back to the command-line interface and this time run the below command:
    DISM /Online /Cleanup-Image /RestoreHealth
  6. Now, the Image Servicing and Management tool gets deployed. This should find and repair any corruption within the system files and images.
    dism command
  7. Once the operation is completed successfully, rerun the SFC command, as shown below.
    rerun sfc command

Additional Tip:
Some users have claimed to get the “File not found” error with the Error 15 code during the startup. When this happens, you probably won’t be able to log in to Windows due to master boot record corruption, bad sector, or other issues.
In such a case, we recommend starting your system in safe mode (with networking), and running the SFC and DISM commands, as discussed above. If the problem persists, try updating or restoring Windows, which we shall discuss ahead.

Update or Restore Windows

When you do not update Windows, your PC becomes prone to security vulnerabilities. Therefore, checking and updating the OS is absolutely essential. You can adopt the following steps and see if it fixes the “File not found” error:

  1. Use the Windows + I hotkey to open Settings.
    windows i to open windows settings
  2. Next, go to the Windows Update tab.
    windows update tab
  3. Then, click on Check for updates.
    check for updates
  4. If there’s a pending cumulative update, you should see the Install now button. Press it to continue.
    install now windows update
  5. Now, hit the Restart Now button to reboot your PC and complete the update.
    restart now button

If you got the error after updating Windows, you can try uninstalling it. In case it doesn’t help, we suggest performing a system restore. This will revert your files and settings to the previous state when the error didn’t exist.

  1. Open the Run dialogue box using Windows + R. Here, execute the below command:
    sysdm.cpl
    sysdm cpl in run
  2. Once the System Properties window pops up, get to the System Protection tab.
  3. Now, hit the System Restore button.
    system restore in system properties
  4. Select the recommended restore and hit Next.
    select recommended restore
  5. Then, tap the Finish button to restore Windows to the previous working state.
    finish to perform system restore
  6. Follow the on-screen procedure to successfully restore your system.
  7. Now, wait for Microsoft to recognize the issue, and brings up a new update that should fix the possible bugs.

Reinstall the Application

In some cases, the issue doesn’t lie with Controlled Folder Access or Windows. Instead, the particular application might be faulty. In such cases, a simple reinstall should solve your problem.

  1. In the Run interface, execute the following command to get to the Programs and Features window:
    appwiz.cpl
    appwiz cpl in run
  2. Look for the application and double-click on it. Alternatively, you can right-click and choose Uninstall.
    right click and choose uninstall
  3. In the User Account Control prompt, press Yes.
    yes to uninstall the program
  4. Follow the on-screen instruction to complete the uninstallation.
  5. Now, redownload and reinstall the application. Then, check if the error sill pops up.

Run Windows File Recovery

If nothing helps, the file is probably removed. So, check if you’ve backed up your work somewhere. Otherwise, you’ll need to manually recover the lost file using a recovery tool. 

Although there are tons of third-party apps that provide this feature, we advise using Windows File Recovery, which is available for free on Microsoft Store. Once you’ve installed this utility, go through the below steps to recover your file:

  1. From the Windows Start Menu, search and launch Windows File Recovery.
    open windows file recovery
  2. In the confirmation prompt, press Yes to continue.
    yes to open windows file recovery
  3. Once the command-line interface opens up, use the following syntax to start the recovery process:
    winfr source-drive: destination-folder [/mode] [/switches]
    For example, we are going to recover the lost files from the Document folder in the C drive. For that, we create a recovery partition folder in D drive and use the extensive mode with filter search switch.
    recovery command example
  4. Hit y on your keyboard to start and complete the two passes.
    press y to start the phases
  5. You might also require overwriting or skipping the already existing files.
  6. Once all the files are recovered, get to the recovery folder and check if your file is now recovered.
fix
Bhishu Acharya
  • Twitter
  • LinkedIn

Bhishu Acharya is a technical content writer at TechNewsToday. He specializes in monitors, laptops, storage devices, and other peripherals. Apart from computer hardware, you can also find his how-to and troubleshooting articles on Windows, internet, security, and networking. Ever since getting his hands on a personal computer, Bhishu started exploring its internal components at just 10. His growing curiosity led him to undertake the Computer Science & Information Technology degree and is just a year away from graduation. While balancing his study and work life for over four years, he has harnessed different sets of technical skills. With his expertise, he is now dedicated to helping netizens looking for hardware and software-related fixes. Today, Bhishu’s proficiency extends beyond computer hardware. In his spare time, he enjoys coding and learning new programming languages. You can contact him at bhishu@technewstoday.com

Related Posts

how to turn off hardware acceleration

How to Turn Off Hardware Acceleration

September 22, 2023
what happens if you turn off your computer during an update

What Happens if You Turn Off Your Computer During an Update?

September 18, 2023
How to Disable Integrated Graphics

How to Disable Integrated Graphics?

September 16, 2023
System Restore Stuck

How To Fix Windows Stuck on System Restore

September 16, 2023
startup-repair-couldn't-repair-your-pc

How To Fix “Startup Repair Couldn’t Repair Your PC”

September 13, 2023
how to free up ram

How to Free Up Memory

August 4, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
how to turn off hardware acceleration

How to Turn Off Hardware Acceleration

September 22, 2023
motherboard chipset

Understanding Motherboard Chipset and Its Importance

September 20, 2023
Naval-Warfare-Games

Best Naval Warfare Games

September 18, 2023
You may also like
printer-not-printing

How to Fix a Printer That’s Not Printing

September 26, 2023
Share Location With Friends and Family

Share Location With Friends and Family (iPhone and Android)

September 18, 2023
how-to-print-without-a-printer

How to Print Without a Printer

September 18, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday, editor@technewstoday.com | Tech Central Pvt. Ltd.

Type above and press Enter to search. Press Esc to cancel.