Hi Derek Guenther,
Thanks for reaching out here in the Microsoft Q&A. I can understand the inconvenience this issue has caused you. To help resolve this issue, please follow the steps outlined below:
Method 1: Switch Back to a Local Account
- Press Win + R > type netplwiz > Enter.
- In the User Accounts window, select your account (DEREK).
- Look for Users must enter a user name and password to use this computer > check this box if unchecked.
- Click Apply > OK.
Method 2: Force Convert to Local Account via Command Line
1 - Create a new local admin account first (as backup):
Press Win + R > type cmd > press Ctrl+Shift+Enter to open Command Prompt as admin and run:
net user /add TempAdmin *
net localgroup administrators TempAdmin /add
2 - Sign out and log into TempAdmin
3 - Now demote the Microsoft-linked account to local:
Open Command Prompt as admin again and run
net user "DEREK" /domain:no
Method 3: Registry Hack to Reveal Hidden Options
- Press Win + R > type regedit > Enter.
- Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
- Create a new DWORD (32-bit) Value named BlockMicrosoftAccount. > set its value to 0.
- Restart your PC.
- Check Settings > Accounts > Your Info again - the option to switch to local should appear.
Disclaimer: Generally, modifying registry subkeys or work group is intended for advanced users, administrators, and IT Professionals. It can help fix some problems, however, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For further protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click How to back up and restore the registry in Windows - Microsoft Support to view the article.
Method 4: Create a New Local Admin Account:
Microsoft has made this more difficult in recent updates, but you can still:
- Open Settings (Win + I) > Accounts > Family & other users.
- Add a new local account > I don't have this person's sign-in information > Add a user without a Microsoft account.
- Set a username/password and make it Administrator,
- Log into the new account.
- Delete or convert the old account from the new admin account.
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 document to enable e-mail notifications if you want to receive the related email notification for this thread.