
The ERROR_TOO_MANY_SESS (Error Code 69) in Windows 11 crops up due to many factors. For instance, when too many concurrent connections or sessions are made to a shared resource, such as a network drive or folder. It can severely cripple networked environments where shared folders are accessed by multiple users or connections, particularly in home or small business networks. Thankfully, you can fix this frustrating Windows 11 issue by following these reliable 9 tips and tricks.
Fix ERROR_TOO_MANY_SESS Error in Windows 11
As to what causes the ERROR_TOO_MANY_SESS to occur, these are the major culprits:
- Excessive Network Connections
- Edition Connection Limit
- Idle Session Build-up
- Low MaxMpxCt Value
- Cached Network Sessions
- Misconfigured Share Permissions
- Outdated Network Drivers
Having spotted the villains, let’s move on to nab and get rid of them.
1. Reduce the Number of Simultaneous Connections
It’s worth pointing out that Windows 11 (especially Home editions) has a limit on the number of concurrent connections to shared folders, which are generally capped at 20 for Pro editions and even fewer for Home.
Keeping this important thing in your mind, I’d recommend that you disconnect unused remote sessions or devices connected to the shared resource. You can also restart the sharing PC to clear current sessions.
2. Upgrade to Windows 11 Pro or Enterprise
Note that home editions of Windows 11 have stricter limits on simultaneous SMB connections compared to Pro or Enterprise editions.
Therefore, if you frequently hit the session limit, try upgrading to Windows 11 Pro or Enterprise via Settings > System > Activation > Upgrade.
3. Configure and Restart the Server Service
Keep in mind that the corrupt or inactive services related to file sharing can trigger session-related errors.
- To do so, press
Win +R on your PC > typeservices.msc, and press Enter. - Then, locate the Server service > right-click, and choose Restart.
- Next up, ensure its Startup type is set to Automatic.
4. Clear Cached Network Connections
Be warned that the cached credentials and network sessions may linger and count toward the active session limit.
- On your Windows 11 device, launch the Command Prompt as an administrator.

- Now, run
net use * /delete /yesto remove all active mapped connections.
5. Use Group Policy to Extend Session Limits (Pro and Enterprise)
Do you know that the network session management settings may limit idle session duration, causing a buildup on your PC? So, make full use of the group policy to extend session limits (on Pro and Enterprise variants).
- To get it done, press
Win + Rto launch the Run dialog. - Now, type
gpedit.msc, and navigate to:Computer Configuration > Administrative Templates > Network > Offline Files - Then, make sure to adjust or disable “Enable Transparent Caching” and other related policies.
6. Increase the MaxMpxCt Registry Value
Beware of the fact that MaxMpxCt controls the number of outstanding network requests. A low value can limit sessions.
- To increase the MaxMpxCt registry value, press
Win + Rto open the Run dialog. - Now, type
regedit, and go to:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters - Next up, add a new
DWORD (32-bit)value namedMaxMpxCtand set it to65535. - Up next, reboot your PC for changes to take effect.
7. Monitor and Disconnect Idle Sessions Using Command Line
It’s also important to point out that the idle sessions continue to count toward the total session limit. Thus, it would be better to monitor and disconnect the idle sessions using the command line.
- On your Windows PC, fire up the Command Prompt as an admin.
- Type:
net sessionto list all active sessions. - Now, take advantage of the
net session \\computername /deleteto remove specific ones.
Misconfigured permissions can cause errors when too many clients try to access the same resource.
- Simply, right-click the shared folder > Properties > Sharing > Advanced Sharing.
- After that, make sure to limit the number of simultaneous users or adjust permissions to reduce access demand.
9. Update Network Drivers
If none of the tips have worked in fixing the issue, try updating your network drivers. Outdated or corrupted network drivers can lead to improper handling of SMB sessions.
- Just press
Win + X> Device Manager.

- Then, expand Network adapters.
- Right-click your network card > Update driver.

- Select Search automatically for drivers and reboot your PC.
Wrapping up..!
There you go! The ERROR_TOO_MANY_SESS error in Windows 11 is usually the result of hitting a system-imposed limit on active network connections. Whether you’re using shared folders at home or in a small office, managing concurrent sessions properly is key.
By following the methods above—ranging from adjusting group policies to updating drivers—you can eliminate the session overload and ensure smoother sharing of resources across your network. For environments with high demand, consider upgrading your edition of Windows or using a proper file server setup to support more connections.