How to Change Encryption Level for File Sharing Connections in Windows 11
You can adjust the encryption level for file sharing connections in Windows 11 by changing network security settings in the Control Panel.
File sharing lets you give other devices on your network access to folders on your PC. Encryption keeps your shared files safe while they’re being sent between devices. Windows 11 uses a strong level called 128-bit encryption by default.
If you have older devices that struggle with the default 128-bit encryption, you can switch to a lower security level like 40-bit or 56-bit encryption. This way, older network hardware can still connect to your shared files.
Adjust file sharing encryption in Windows 11 via Settings or Control Panel. Navigate to Advanced sharing settings, expand “All networks,” and choose “128-bit encryption” or “40- or 56-bit encryption” under File sharing connections.
Option 1Use Settings
You can change the encryption level for Windows 11 file sharing connections using the Settings app, but this method only works on newer versions of Windows 11, specifically build 22621.2361.1 or later.
- Open Settings by pressing ⊞ Win+I.
- Click Network & internet on the left side.
- Click Advanced network settings on the right side.
- Click Advanced sharing settings on the right side. Open Advanced sharing settings
- Click All networks to expand it.
- Under File sharing connections, choose one of these options:
- 128-bit encryption (default) — Use this for most modern devices.
- 40- or 56-bit encryption — Use this only if you have older devices that need it.
- Close Settings when done.


Option 2Use Control Panel
If you’re using an older version of Windows 11, you can change the encryption level for file sharing connections through the Control Panel, as this method is not compatible with builds 22509.1011.1 and newer.
- Open Control Panel and switch to icons view.
- Click the Network and Sharing Center icon.
- Click Change advanced sharing settings on the left side.
- Click to expand All networks.
- Under File sharing connections, choose one of these options:
- 128-bit encryption (default)
- 40- or 56-bit encryption
- Click Save changes.
- Close Control Panel when done.


Option 3Use the Registry
⚠️ Admin privileges required.
You can also change encryption settings by directly editing the Windows Registry, which is like a central database for your system’s settings. Follow these steps:
For 128-bit Encryption (Default)
For 128-bit Encryption (Default): You’ll need to add or change specific entries in the Registry.
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0" /v NtlmMinClientSec /t REG_DWORD /d 0x20000000 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0" /v NtlmMinServerSec /t REG_DWORD /d 0x20000000 /f
For 40- or 56-bit Encryption
For 40- or 56-bit Encryption: Similarly, you’ll add or change different entries here.
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0" /v NtlmMinClientSec /t REG_DWORD /d 0 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0" /v NtlmMinServerSec /t REG_DWORD /d 0 /f
Summary
Windows 11 lets you control the encryption level for file sharing, with 128-bit being the safest default for modern computers, though you can switch to 40- or 56-bit for older devices if needed.
Does 🪟 Windows 11 have file encryption?
The Encrypted File System isn’t available on Windows 11 Home Edition. Users might need to upgrade to Windows 11 Pro for this feature.
Should I enable SMB encryption?
By default, SMB encryption is off when you create an SMB server on the storage virtual machine (SVM). You’ll need to turn it on to get the extra security it offers.
Does 🪟 Windows 11 support AES-256?
Yes, Windows 11 supports various strong encryption methods, including AES 128-bit and 256-bit, along with other advanced cryptographic standards.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!