This article was reviewed by Luigi Oppido
and by wikiHow staff writer, Travis Boylls
. Luigi Oppido is the Owner and Operator of Pleasure Point Computers in Santa Cruz, California. Luigi has over 25 years of experience in general computer repair, data recovery, virus removal, and upgrades. He is also the host of the Computer Man Show! broadcasted on KSQD covering central California for over two years.
This article has been fact-checked, ensuring the accuracy of any cited facts and confirming the authority of its sources.
It can be frustrating when you are trying to copy files in Windows and you receive the error message "An unexpected error is keeping you from copying the file." There are a variety of issues that can cause this to happen. This wikiHow article teaches you how to troubleshoot and resolve this error message.
Fixing "An Unexpected Error Is Keeping You From Copying"
Ensure the file and drive are compatible with Windows. If the file is compressed, uncompress it using WinRAR. Scan for malware. Check for disk errors. Run System File Checker and DISM. Read on the learn how to increase space usage in Sync Center and add a new parameter in Registry Editor.
Steps
-
The file drive may not be compatible with Windows. If you are attempting to copy files from an external drive that was formatted on another computer operating system (i.e., macOS or Linux), it may have been formatted in a file system that Windows doesn't recognize. Make sure you format the drive in a compatible file system, such as NTFS, FAT32, and exFAT. Additionally, make sure you save the file you are trying to copy in a format that is compatible with Windows.
-
Sometimes Windows has a hard time recognizing compressed files. Try using a third-party archive tool, such as WinRAR , to uncompress the file. Once you download and install WinRAR , right-click the file you want to copy and click WinRAR . Then click Uncompress .
- You can download WinRAR from https://www.win-rar.com/download.html .
-
Your user permissions may not allow you to copy the file. In order to do this, you need to be signed in to an account that has administrative permissions. If your account does not have administrative permissions, talk to an administrator. If you have administrative privileges, use the following steps to check and set your user permissions:
- Right-click the file you want to copy.
- Click Properties .
- Click the Security tab.
- Click Edit below the "Group or Username" window.
- Click your username.
- Check all boxes below "Allow" in the "Permissions for [username]" window.
- Click Apply .
-
Windows may not recognize you as the owner of the file. In addition to changing the user permissions, you may also need to change the owner of the file. Once again, you'll need administrative permissions to do this. Use the following steps to do so:
- Right-click the file you want to copy.
- Click Properties .
- Click the Security tab.
- Click Advanced at the bottom of the Window.
- Click Change next to the listed owner at the top.
- Click Advanced at the bottom of the "Select User or Group" window.
- Click Find Now on the right side.
- Select your username.
- Click Ok .
- Click your username in the "Permission entries" list.
- Click Disable inheritance at the bottom of the window.
- Click Convert inherited permissions into explicit permissions on this object .
- Click Apply .
-
Sync Center may be limiting the size of offline files. You can increase the limit for offline file sizes in Sync Center. Use the following steps to do so:
- Click the Windows Start menu.
- Type Control Panel .
- Click Control Panel to open it.
- Select Large Icons next to "View by" in the upper-right corner.
- Click Sync Center .
- Click Manage offline files at the bottom of the menu bar on the left.
- Click the Disk usage
tab.
- If you don't see this tab, click Enable offline files and then click Apply .
- Click Change limit .
- Use the slider bars to increase the disk usage limit.
- Click Ok . Then click Apply .
-
The Windows Registry may be blocking you from copying files. You can change the Windows Registry using the Registry editor. Warning: Making changes to the Windows Registry can cause permanent damage to your Windows system. Use the Windows Registry Editor at your own risk. Use the following steps to add a new parameter that allows you to copy files: [1] X Research source
- Press Win + R to open Run.
- Type Regedit and press Enter .
- Click Yes when prompted.
- Navigate to the Parameters folder. Use the following steps to do so:
- Open the HKEY_LOCAL_MACHINE folder.
- Open the SYSTEM folder.
- Open the CurrentControlSet folder.
- Open the Services folder.
- Open the Csc folder.
- Open the Parameters folder.
- Right-click and backspace.
- Click New followed by DWORD (32-bit) Value .
- Type FormatDatabase as the value name and press Enter .
- Double-click the FormatDatabase value.
- Change the value data to "1".
- Click Ok .
- Restart your computer.
-
One of your disk drives may have bad sectors. Luckily, Windows has built-in tools that allow you to check a disk for errors. Use the following steps to check the disk you are copying to or from for errors:
- Press Win + E to open File Explorer.
- Click This PC in the menu bar to the left.
- Right-click the disk drive you are copying to.
- Click Properties .
- Click the Tools tab.
- Click Check below "Error Checking."
- Repeat for the drive you are copying from.
-
Windows may have some corrupt core files. Luckily, Windows has a couple of built-in tools that you can run from within the Command Prompt to scan for errors and fix them. Use the following steps to scan your Windows system for errors: [2] X Research source
- Click the Windows Start menu.
- Type CMD .
- Right-click the Command Prompt and click Run as Administrator .
- Type sfc /scannow and press Enter .
- Type DISM.exe /Online /Cleanup-image /Restorehealth and press Enter .