Since Private profile, network discovery, file sharing, service startup, PowerShell fixes, and even a repair install were already tried, the next checks should focus on discovery and SMB behavior rather than repeating the same sharing settings.
- Verify the required discovery services are actually running on both Windows 11 PCs, not just set to Automatic:
- Press Win + R → type services.msc → press Enter.
- Check these services:
- Function Discovery Provider Host
- Function Discovery Resource Publication
- SSDP Discovery
- UPnP Device Host
- If any are not running, start them and keep Startup type set to Automatic.
- Confirm both PCs are still on a Private network profile:
- Go to Start > Settings > Network & internet.
- Open the active Wi‑Fi or Ethernet connection.
- Under Network profile type, confirm Private network is selected.
- This matters because Windows uses Private profile for device discoverability and sharing.
- Test whether this is only a network discovery problem or an SMB access problem:
- On one PC, try opening the other directly by name or IP from File Explorer.
- If direct access works but the PC does not appear under Network, the issue is discovery-related.
- If direct access fails, check SMB client state on the PC that is trying to connect.
- On the PC that cannot access the other, run these commands in PowerShell to identify the SMB condition:
Then review:net use Get-SmbConnection Get-SmbClientConfiguration- Event Viewer > Applications and Services Logs > Microsoft > Windows > SMBClient
- Check both Connectivity and Security logs. The event ID and message help identify whether the block is due to guest access, signing, NTLM restrictions, or another SMB security condition.
- If the issue is only that the PCs do not appear in File Explorer > Network, but other devices are visible, recheck the four discovery services above on both affected PCs first. That is the accepted fix pattern in similar Windows 11 cases where only certain PCs are missing from the network view.
- As a last step, use Network reset on the affected PCs.
- Windows 11: Start > Settings > Network & internet > Advanced network settings > Network reset > Reset now
- Risk: this removes and reinstalls network adapters and resets networking settings to defaults.
- After restart, Windows may set connections back to Public, so recheck and change the network back to Private if needed.
- VPN clients, Hyper-V virtual switches, or other networking software may need to be reconfigured afterward.
The most useful next path here is:
- verify the four discovery services are running on both affected PCs,
- test direct access by name/IP to separate discovery from SMB,
- if direct access fails, inspect SMBClient logs and the PowerShell SMB output.
- Fix problems with nearby sharing in Windows
- Essential Network Settings and Tasks in Windows
- Fix Ethernet connection problems in Windows
- Access Denied when you access an SMB file share in Windows
- I cannot find my Windows11-based PC on home network. How can I fix this issue? - Microsoft Q&A
- My new Win 11 computer has problem accessing shares on other Win10 computers. - Microsoft Q&A