Shared Drives Gone After Windows Update – Fix
Windows updates often kill drive sharing settings. Here's how to get them back in 10 minutes.
1. The Update Changed Your Network Profile
This is the number one reason. Windows updates sometimes flip your network from Private to Public. That kills file and printer sharing instantly.
Here's the fix:
- Open Settings > Network & Internet > Wi-Fi (or Ethernet).
- Click your active network.
- Change it from Public to Private.
That usually brings back sharing without even touching your drive settings. I've seen this on Windows 10 21H2 and Windows 11 22H2. Don't bother checking advanced sharing settings first — this is the culprit 80% of the time.
If it's still broken, restart the Function Discovery Resource Publication and SSDP Discovery services. Run this as admin:
net start FDResPub
net start SSDPSRV2. Update Overwrote Your Firewall Rules
The update might have reset your Windows Defender Firewall rules for File and Printer Sharing. Typical Windows nonsense.
Fix it:
- Open Control Panel > Windows Defender Firewall > Allow an app or feature through Windows Defender Firewall.
- Click Change settings.
- Make sure File and Printer Sharing is checked for both Private and Public.
If it's already enabled but drives still don't show up, try this:
netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=YesRun that in an admin command prompt. I've had to do this after the KB5028166 update on Windows 10. It's a known problem.
Another thing: check if the update enabled Network Discovery. Go to Control Panel > Network and Sharing Center > Advanced sharing settings. Turn on network discovery and file sharing for your profile.
3. Permissions Got Reset – Reapply Your Shares
Sometimes the update doesn't break the share, it just resets the NTFS permissions or the share permissions on the drive itself. Happens with external USB drives a lot.
Fix:
- Right-click the drive in File Explorer > Properties > Sharing.
- Click Advanced Sharing.
- Check Share this folder.
- Click Permissions and add Everyone with Read/Write (if it's safe for your setup).
Then check the NTFS permissions too:
- Go to Security tab.
- Click Edit and add Everyone with full control if you're in a trusted environment.
Don't bother with the Share and NTFS permissions mismatch headache — just set both to Everyone. It's quick and works.
Pro tip: If you're sharing a whole drive (like D:), Windows sometimes blocks it after an update. Create a folder on the drive and share that folder instead. It's more reliable.
Quick Reference Table
| Cause | Symptom | Fix |
|---|---|---|
| Network profile changed to Public | Drives not visible on network | Switch network to Private |
| Firewall rules reset | Can't access shared drive | Enable File and Printer Sharing in firewall |
| Permissions reset | Shared drive shows but no access | Reapply share and NTFS permissions |
Was this solution helpful?