Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Networking»7 Ways to Fix “Enter network credentials” Problem On Windows

7 Ways to Fix “Enter network credentials” Problem On Windows

Anup ThapaBy Anup ThapaDecember 18, 2022
network credentials not working

Despite entering what seems like the right credentials, users will sometimes encounter error messages like Access Denied or The Username or Password is Incorrect or Enter Network Credentials.

This type of error message usually appears when the credentials used for access do not match the actual credentials. Having one computer signed into a Microsoft Account and the other into a Local Account can also cause this issue.

You should first make sure you’re entering the correct credentials and that Caps Lock isn’t accidentally enabled. These may sound obvious but are often easily overlooked. After ensuring the credentials are accurate, move on to the fixes.

Table of Contents

  • Use Windows / Microsoft Credentials
  • Add Network Credentials to Credential Manager
  • Disable Password Protected Sharing
  • Change Network Profile to Private
  • Disable Local Account Security Policy
  • Add IP Entry to Hosts File
  • User Reported Fixes

Use Windows / Microsoft Credentials

Before applying any of the technical solutions listed below, we recommend using your Windows login credentials or your Microsoft account credentials instead of the usual Network credentials, as these have solved this issue for a lot of users.

If that doesn’t help, the following steps are also worth trying:

  • Enter the full username but with a backslash in between this time as such:
    Inspiron\Jack
  • Enter the username but leave the password field empty.
  • Try entering the computer name in all the fields.

Add Network Credentials to Credential Manager

Sometimes the network credentials in the Credential Manager can reset after a computer in the network reboots or logs out. Since the entry is blank now, the credentials don’t match, so you won’t be able to access other computers on the network anymore. In such cases, here’s what you should do:

  1. Press Win + R, type control, and press Enter.
  2. In Icon View, select Credential Manager.
    control-panel-credential-manager
  3. In the Windows Credentials tab, expand the Network Credential entry and select Remove.
    remove-credential-entry
  4. Check if the network credentials work now.
  5. If removing the old entry didn’t help, you should add a new entry for the credentials instead with the Add a Windows Credential option.
    add-a-windows-credential
  6. Enter the network credentials and press OK.
    enter-network-credentials

Disable Password Protected Sharing

The Password Protected Sharing feature only allows people with user accounts on your PC to access the shared files. You should ensure that this setting is turned off on both your PC and the remote PC with the following steps:

  1. Press Win + R, type control, and press Enter.
  2. Select Network and Internet > Network and Sharing Center > Change Advanced Sharing Settings.
    change-advanced-sharing-settings
  3. Expand the All Networks section.
  4. Select the Turn off Password Protected Sharing option and save the changes.
    turn-off-password-protected-sharing

Change Network Profile to Private

On a public profile, file sharing is disabled and certain connections are restricted by the firewall, whereas this is not the case with a private profile. So, switching to a private profile can help you resolve the network credentials not working issue. Here are the steps to do so:

  1. Press Win + I and open Network & Internet.
  2. Click on the Properties button under the active connection.
    network-properties
  3. Under Network Profile, select Private.
    network-profile-public-private

Disable Local Account Security Policy

As stated by Microsoft, the limit local account use of blank passwords to console logon only policy “Determines whether local accounts that are not password protected can be used to log on from locations other than the physical computer console.”

By disabling it, you can access local accounts that are not password protected remotely as well. Here are the steps to do so:

  1. Press Win + R, type secpol.msc, and press Enter.
  2. Navigate to Local Policies > Security Options.
    limit-local-account-use-of-blank-passwords-to-console-logon
  3. Double-click the Accounts: Limit local account use of blank passwords to console logon only policy.
  4. Disable this policy and press OK to save the changes.
    disable-limit-local-account-use-of-blank-passwords

Add IP Entry to Hosts File

This solution is a bit more niche as it only applies if you’re using a static IP. The hosts file acts like a local DNS server that your computer checks first, even before your actual network DNS. So, adding a static entry to this file can help resolve the network credentials not working issue. Here are the steps to do so:

  1. Press Win + E and navigate to C:\Windows\System32\drivers\etc.
  2. Copy the hosts file and save it elsewhere as a backup.
    hosts-file-location
  3. Open the original file using Notepad.
  4. Add the IP Address and hostname as shown in the picture.
    hosts-file-ip-hostname
  5. Press CTRL + S to save the changes.

User Reported Fixes

Note: These fixes are for niche scenarios, but if you’re still facing the network credentials not working issue despite applying the solutions above, these may be worth checking.

One user on the Microsoft forums had 2FA enabled on his Microsoft account, so he would use a PIN to log in instead of his password. In cases like this, if the password has never been used, the computer can’t validate the credentials.

So, to be able to access a remote desktop, you should first sign in to the remote computer using your Microsoft account credentials. After you’ve done that once, Windows encrypts and stores the password. There will be no more validation issues, so you should be able to access the computer remotely as well.

There have also been cases where one computer used a Microsoft account (with a password), but the other used a Local account (without a password). Even though no password was set up on the second PC, users would be asked to enter the credentials. In this case, you can sign in to the first PC using a local account as well to resolve the issue.

Some users have also found that being connected to both the Wi-Fi and Ethernet simultaneously led to this issue. The fix for this is very simple; just use one connection method at a time.

Finally, this is on unRAID OS specifically, but if you’re having trouble accessing public share folders, you can use ‘guest‘ as the username and ‘1234‘ as the password, and finally tick the Remember My Credentials option. If you still keep getting asked for the credentials, adding these credentials to the Windows Credential Manager should resolve this issue.

fix
Anup Thapa
  • LinkedIn

Anup Thapa is a tech writer at TechNewsToday. He mostly writes informative articles, tutorials, and troubleshooting guides related to Windows systems, networking, and computer hardware. Anup has been writing professionally for almost 5 years, and tinkering with PCs for much longer. His love for all things tech started when he got his first PC over 15 years ago. It was a Pentium IV system running Windows XP on a single 256 MB stick. He spent his formative years glued to this PC, troubleshooting any hardware or software problems he encountered by himself. Professionally, Anup has had brief forays into a variety of fields like coding, hardware installation, writing, etc. In doing so, he's worked with people of different backgrounds and skill levels, from average joes to industry leaders and experts. This has given him not just a versatile skillset, but also a unique perspective for writing that enables him to concisely communicate complex information and solve his reader's problems efficiently. You can contact him at anup@technewstoday.com

Related Posts

how to forward ports

How to Port Forward on Router—Complete Guide

May 16, 2023
my computer wont connect to the internet but others will

Fix: My Computer Won’t Connect to the Internet But Others Will

April 28, 2023
powershell-get-ip-address

How to Get IP Address in PowerShell (Private & Public)

April 18, 2023
ethernet splitter vs switch

Ethernet Splitter Vs Switch—What’s the Difference?

April 17, 2023
usb-vs-pcie-wifi

USB Vs PCIe Wi-Fi—Which One is Better?

March 31, 2023
my computer won't connect to wifi

Fixed: My Computer Won’t Connect to Wi-Fi

March 17, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
Best-1200W-PSU

8 Best 1200W PSUs for Extreme PC Builds in 2023

May 16, 2023
Best-1000W-PSU

10 Best 1000W PSUs in 2023

May 16, 2023
best-700w-psu

10 Best 700W PSUs for Gaming in 2023

May 14, 2023
You may also like
antimalware service executable high memory

Fix: Antimalware Service Executable High Memory

May 18, 2023
printer-printing-pink

Why is My Printer Printing Pink? 6 Ways to Fix It

May 18, 2023
how to clean usb c port

How to Clean USB-C Port Safely

May 17, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday, editor@technewstoday.com | Tech Central Pvt. Ltd.

Type above and press Enter to search. Press Esc to cancel.