admin Posted on 5:04 am

0X81000037 Windows 10 – Backup or restore error fix

0x81000037, 0x80070001, and 0x80070003 are errors caused by Windows finding a “reparse point” within a folder you are trying to back up.

Microsoft mentions that “reparse points” are the Windows equivalent of symbolic links in Linux. They allow you to “link” a folder to a different location on your hard drive, without having to move the folder.

The reason the error appears is because when Windows tries to “back up” the folder in question, it cannot find the file that is linked within it. This makes Windows think the file does not exist, is inaccessible, or is corrupted.

Errors will generally appear with these messages:

0x81000037 – Windows Backup failed while trying to read the snapshot on one of the volumes being backed up

0x80070001: (Invalid function)

0x80070003

To fix them, you need to delete any reparse points inside the folders you’re trying to back up.

Cause

The main cause of the problem is that Windows does not recognize the location of a file.

The error can appear when using Windows Update, scheduling a restore point, or generally appear when you are using your system.

To fully understand the problem, you need to keep in mind that every time you use a personal computer, all it does is process billions of lines of code, much of which is stored in “files” on your persistent storage device ( either hard drive or SSD).

On most operating systems, you can allow applications to load specific files by “linking” them to other locations on your hard drive.

For example, you may have a saved game file in your “Saved Games” folder, which you can include in your actual game folder via a “symlink”.

SymLink functionality is native to Linux and Mac uses it as well. Windows being Windows, it doesn’t use “symlinks”, but rather “reparse points”. The functionality is the same in both cases.

The errors you are experiencing are due to your system being unable to load particular files, due to their lack of physical presence on the disk. To fix it, you need to fix the underlying errors that are causing the error to be displayed.

Solution

The way to fix the problem is to make sure you can clean up any of the folders that might be causing problems with “reparse points”.

Microsoft gives 3 ways to solve the problem:

  • The repair point points to a volume that uses FAT as the file system
  • The reparse point is a “mounted volume” containing compressed files (eg zip files, etc.)
  • Direct repair point to the “root” of another volume

To resolve it, you need to follow the steps below:

1. Delete any “Mounted Volumes” / “Reparse Points”

The first step is to make sure you don’t have any “mounted volumes” or “reparse points” on your system.

This may sound complicated, but it’s actually relatively simple:

  • On your keyboard, press the “Windows” + “R” keys
  • This will open the “Run” dialog; in it, type “cmd” and press “Enter”
  • From the cmd prompt that appears, type “DIR /AL /S” and press “Enter”
  • This should display a list of directories classified as “Review Points”
  • From the list, take the ones you think are corrupting the backup, find them in “File Explorer”
  • When you identify the folder, right click on the volume and check if it says “Volume Mounted”
  • If so, delete it by holding SHIFT and pressing DELETE
  • Once this is complete, restart your computer

After the reboot you should be able to test what you were trying to do earlier.

If the error disappears, it means that the problem has been resolved; if not, you will need to continue with the next steps.

2. Secure permissions

Next, the other issue you may have lies with your system permissions. Permissions are used in computing to determine which users can (and cannot) manage various resources within the system, and are typically based on “user roles” (administrator, etc.).

To ensure that errors do not occur, you may experience issues with how your user account can access certain files/settings.

To fix this, you need to be able to fix any permission issues your system may have:

  • Go to the folder(s) you are trying to backup/restore
  • Right click on the folder and select “Properties”
  • In the “properties” dialog, select “Security”
  • Here, press “Edit”
  • In the window that appears, type “Everyone” in the box and click “Check Names”
  • If the text “All” is underlined, click “OK”.
  • With “Everyone” selected, click “Allow” for “Full Control” in the bottom panel
  • Click OK”
  • Try to backup/restore again

If this doesn’t work, be sure to repeat the process for any other folders you’re trying to back up. While it shouldn’t be a problem for most users, it’s likely to cause problems *if* your system gets a lot of use (permissions not working, etc.). Other problems are likely to be caused by some kind of “lock” on the folders, either by an antivirus or perhaps a virus infection on the system.

3. Clean Viruses/Malware

Then your computer *may* have problems with virus/malware infections.

While this may not seem like a cause of a file system error, the problem lies in the way many newer viruses end up targeting underlying files/folders, to either block user access OR ensure the infection has the ability to to do their nefarious work.

The point is that if you are still experiencing the errors, it may be caused by a virus infection that temporarily overwrote certain files/folders on your hard drive.

To fix this, you need to make sure you have adequate virus/malware protection:

  • Download MalwareBytes (Free)
  • Save and install it on your PC
  • Open the zip file and then run the software inside
  • When the software runs, set it to perform a full scan
  • After the scan is complete, reboot your system

Unlike viruses, “malware” often masquerades as legitimate software applications and only causes problems *after* they gain access to your PC.

MalwareBytes is the only tool completely dedicated to removing malicious infections from Windows systems. If after performing the steps above and removing any potential malware threats, you find that Windows still cannot back up, you’d better seek the opinion of someone with more specific knowledge of your system. You may also want to disable any antivirus applications you are running, as they could conflict with (block) the backup process.

4. Run the “Troubleshooter” tools

If you are still experiencing the error, you should run one of the “troubleshooters” within Windows 10.

The troubleshooting systems within W10 are actually relatively effective and work as follows:

  • Click the “Start” button (bottom left taskbar)
  • Select the “cog” / “Settings” icon in the “charms” menu on the left (just above the power button)
  • When the “Settings” screen loads, click “Update & Security”
  • In the menu on the left, select “Troubleshoot”
  • From the list that appears, you must first click on “Windows Update” and then on any others that are related to what you are trying to do.
  • A little applet will load: let it run and then just let it remove any problems it finds.
  • Once complete, restart your PC

This will usually resolve any of the core issues that Windows 10 has that are preventing Windows Update from working. It is not guaranteed to work, but it does work for many common bugs that inhibit the core functionality of W10.

5.Run SFC/DISM

Finally, if you are unsuccessful with the above, running the SFC (System File Checker) and DISM (Deployment Image Servicing and Management) tools are a great way to ensure that the core Windows system is running most effectively. possible.

To do this, you need to follow the steps described here:

  • Press “Windows” + “S” keys on your keyboard
  • Type “CMD” in the search box
  • From the list that appears, right click on the top list and select “Run as administrator”
  • When the CMD window loads, type “SFC /scannow” and press “Enter”
  • Once this is complete, type “DISM /Online /Cleanup-Image /RestoreHealth” and press “Enter”
  • Once this completes, reboot your system

If the errors persist beyond these steps, it suggests a more specific problem with your particular system, which an article on the Internet alone will not be able to resolve.

Additional steps to resolve the error should involve someone who has specific access to your specific Windows system. To do this, there are a number of online services that can help, including SuperUser and Microsoft Answers. If you need more specific support, you may want to contact a dedicated technician, although that will involve paying someone.

Leave a Reply

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