Hi Martin Rogoff,
I understand you’ve been able to access a file share from your Windows 11 PC to a Windows 10 machine for a long time, but it suddenly stopped working.
Have you already tried the Q&A Assist suggestions? In addition, could you confirm:
- Do you get any error message/code when connecting (e.g., “Network path not found”, “Access denied”)?
- Can you see the Windows 10 PC under “Network” in File Explorer?
In the meantime, based on your description, this can be caused by:
- Credentials mismatch after updates
- SMB security changes
- Name resolution issues
Please try the following:
1, Clear saved network credentials
Windows may be using outdated credentials silently.
- Press Windows key + S, search for “Credential Manager”
- Go to “Windows Credentials”
- Remove any entries related to the Windows 10 machine
- Restart your PC
- Reconnect using:
\\ComputerName\ShareName
You should be prompted to enter credentials again.
2, Test using IP address instead of computer name
This helps rule out name resolution issues:
- On Windows 10 PC, run:
ipconfig - Note the IPv4 address (e.g., 192.168.x.x)
- On Windows 11, open File Explorer and enter:
\\192.168.x.x\ShareName
If this works but the name doesn’t, it’s a DNS/NetBIOS issue
3, Re-create the share
Sometimes permissions break silently after updates:
On the Windows 10 machine:
- Right-click the folder > select “Properties”
- Go to “Sharing” > “Advanced Sharing”
- Uncheck “Share this folder”, click OK
- Re-enable sharing again
- Ensure Permissions > Everyone has at least Read access
4, Check for Windows update changes
Recent updates may enforce stricter authentication.
Try manually mapping with credentials:
- Open File Explorer > This PC > Map network drive
- Enter:
\\ComputerName\ShareName - Check “Connect using different credentials”
- Enter the Windows 10 PC username/password
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.