Skip to content
Follow
Windows

How to Change Encryption Level for File Sharing Connections in Windows 11

Richard
Written by
Richard
Mar 25, 2026 3 min read
How to Change Encryption Level for File Sharing Connections in Windows 11
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.

⚡ Quick Answer

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.

  1. Open Settings by pressing ⊞ Win+I.
  2. Click Network & internet on the left side.
  3. Click Advanced network settings on the right side.
  4. Click Advanced sharing settings on the right side.  Open Advanced sharing settings
  5. Click All networks to expand it.
  6. 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.
  7. Close Settings when done.
Windows 11 Advanced sharing settings tile in Settings app
Windows 11 Advanced sharing settings tile in Settings app
windows 11 file sharing connections encryption options
windows 11 file sharing connections encryption options

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.

  1. Open Control Panel and switch to icons view.
  2. Click the Network and Sharing Center icon.
  3. Click Change advanced sharing settings on the left side.
  4. Click to expand All networks.
  5. Under File sharing connections, choose one of these options:
    • 128-bit encryption (default)
    • 40- or 56-bit encryption
  6. Click Save changes.
  7. Close Control Panel when done.
Advanced sharing settings option in Windows 11 Control Panel
Advanced sharing settings option in Windows 11 Control Panel
File sharing connections encryption level options Control Panel
File sharing connections encryption level options Control Panel

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.

🗝️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.

🗝️Registry
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?

Tags: #Windows 11
Was this helpful?
Richard

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.

📚 Related Tutorials

How to Access Control Panel in Windows 11
Windows How to Access Control Panel in Windows 11
How to Verify Device Encryption Support in Windows 11
Windows How to Verify Device Encryption Support in Windows 11
How to Access Settings in Windows 11
Windows How to Access Settings in Windows 11
How to Create Shared Folders in Windows 11
Windows How to Create Shared Folders in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

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