0X80070645
What it means
A permissions issue when accessing a network share or resource — the account doesn't have the rights the target expects, or Windows is specifically blocking a type of access it now treats as insecure by default.
Also seen as: 0x80070645
Quick fix steps
- Confirm you're signing into the network share with the correct username and password.
- Ask the share's owner/administrator to confirm your account has access.
- Try accessing via the IP address instead of the device name to rule out a name resolution issue.
- If the message specifically mentions "unauthenticated guest access" or "security policies block," this is a different, well-documented cause: Windows now blocks unauthenticated guest logons by default, which breaks access to older NAS devices, older Windows PCs, and anything else relying on guest-only sharing without a real login. Fixing the share itself to require actual authentication is the properly secure fix; if that's not possible and you understand the tradeoff, you can allow it on the Windows Guidance: Windows+R > gpedit.msc > Computer Configuration > Administrative Templates > Network > Lanman Workstation > "Enable insecure guest logons" > Enabled (on Home editions without gpedit, the equivalent registry value is AllowInsecureGuestAuth under HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters, set to 1). Be aware this specifically disables security protections against man-in-the-middle attacks on that connection — Microsoft recommends against leaving it enabled long-term.
Frequently Asked Questions
Is enabling insecure guest logons dangerous?
Is there a way to fix this without lowering security?
Other error codes
0X80072EFD — A Connection with the Server Could Not Be Established
A general connectivity failure reaching a Microsoft service — usually your network, a firewall, or a proxy/VPN blocking the connection.
0X80070424 — A Required Service Cannot Be Started
A Windows service the current task depends on (often related to Windows Update, Security Center, or networking) isn't running.
0X80072EE7 — Store/Update Connection Timed Out
A connection to Microsoft's servers timed out — usually a network stability issue or DNS problem.
DNS-PROBE-FINISHED-NXDOMAIN — DNS_PROBE_FINISHED_NXDOMAIN
The browser couldn't resolve a website's address at all — the DNS lookup found nothing, which usually points to your DNS settings or the site being genuinely down.