Have you ever noticed two blue arrows on your Windows 11 or 10 files or folders? The two blue arrows appear on files or folders when you or Windows automatically compress them to reduce their overall size on your hard drive.
This problem usually happens when your PC is running out of disk space, and you’ll suddenly notice these two blue arrows appearing. However, if you want, you can stop the automatic compression of files or folders in Windows 11/10.
In this gearupwindows article, we will guide you with several ways to stop file compression on Windows 11 and 10.
What is File Compression on Windows 11 and 10?
Windows 11 and 10 use a file compression tool built into the filesystem itself. This process is also known as NTFS file compression, which Windows automatically uses to compress files and folders on an NTFS drive. Since Windows 11 and 10 are installed on NTFS drive, you can also use this feature manually.
Using file compression, you or your Windows operating system can decrease the overall size of files and folders on your drive, but it has some drawbacks too. Whenever you or Windows try to access compressed files or folders, your operating system will first uncompress them. That means you will notice the slower performance when using an old PC.
How to Disable File Compression using Group Policy?
To turn off file compress using Group Policy, use these steps:-
Step 1. First, open Local Group Policy Editor.
Step 2. When the Local Group Policy Editor window appears on your computer, steer for the following path in the left side navigation pane:-
Computer Configuration > Administrative Templates > System > Filesystem > NTFS
Step 3. On the right pane of the NTFS folder, double-click the policy “Do not allow compression on all NTFS volumes.”
Step 4. Select
Step 5. Click
Step 6. Click
Step 7. At last, reboot your computer to apply the changes.
How to Turn Off File Compression through Registry Editor?
If you prefer to use Registry Editor to apply a policy, use these steps to disable file compression on Windows 11 or 10:-
Step 1. Open Registry Editor.
Step 2. Then, navigate to the following key in the left side navigation pane of Registry Editor:-
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies
Step 3. Right-click on the
Step 4. Name the newly created REG_DWORD as
Step 5. Next, double-click on
Step 6. Click
Step 7. At last, restart your computer to apply the changes.
How to Disable File Compression using Command Prompt?
To turn off file compression using Command Prompt, do these steps:-
Step 1. Open an elevated Command Prompt.
Step 2. Then, type the following and hit the
fsutil behavior set disablecompression 1
Step 3. Finally, reboot your computer to apply the changes.
To enable the file compression, open the elevated command prompt, type the following, and hit
fsutil behavior set disablecompression 0
How to Uncompress Files and Folders in File Explorer?
To uncompress individual files or folders in File Explorer, do the following:-
Step 1. Right-click on a compressed file or folder in File Explorer and select the
Step 2. In the Properties dialog, switch to the
Step 3. Then, click the
Step 4. In the Advanced Attributes dialog, uncheck “Compress content to save disk space.”
Step 5. Click
Step 6. Click
Step 7. On the pop-up window, select “Apply changes to this folder, subfolders and files.”
Step 8. Click
Step 9. Click
Now, Windows will start uncompressing the files/folders, and you will notice two blue arrows no longer show up in the icons of your folders or files.