- Checked user, and it is active
- I get a error: Unable to stop the user profile service on local computer. Error 1051: A stop code was sent to a service on which other running services depend. I restarted, but the problem is the same.
- Can't find any differences in CGP
- I will do this after this
- I have already created another user, this is already the second one with the same problems.
New local user not found at startup
Hi,
I created a local user (User) via Settings > Accounts > Other Users.
I restarted the system, but I can't find it and it only shows the admin account.
The account is listed and active in lusrmgr.msc, but the profile isn't in sysdm.cpl (but I think you have to log in first).
The account is also listed in netplwiz, and in PowerShell, Get-LocalUser is set to true, as also is in net user in cmd.
I'm using Windows 11 Pro build 26200.7171 25H2 and the updates are fully updated.
I tried Ctrl-Alt-Del, but that didn't help.
The user isn't on the startup screen, and entering it as an alternate user doesn't work either. Clicking on the admin user and looking under ... doesn't show the user either.
Please help.
Windows for business | Windows 365 Business
2 answers
Sort by: Most helpful
-
Xtra Automatisering 0 Reputation points
2025-11-13T15:16:47.6333333+00:00 -
AI answer
2025-11-13T14:51:36.7633333+00:00 It sounds like you've created the local user account correctly, but it is not appearing on the login screen as expected. Here are a few troubleshooting steps you can try:
- Check User Account Settings: Ensure that the local user account is not set to be hidden. You can check this by running the following command in PowerShell:
This will confirm if the account is indeed active and not hidden.Get-LocalUser | Where-Object { $_.Name -eq 'User' } - User Profile Service: Sometimes, the User Profile Service may not be functioning correctly. You can try restarting this service:
- Press
Win + R, typeservices.msc, and hit Enter. - Find the User Profile Service, right-click, and select Restart.
- Press
- Check Group Policy: If you're using Windows 11 Pro, check if there are any Group Policies that might be affecting user logins. You can access the Group Policy Editor by running
gpedit.mscand navigating to Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options. Look for policies related to user logon. - Safe Mode: Booting into Safe Mode can help determine if third-party software is causing the issue. Restart your computer and press
F8during startup to access the Advanced Boot Options, then select Safe Mode. Check if the user account appears there. - Create a New User: If the above steps do not resolve the issue, consider creating a new local user account and see if that account appears at startup.
If the problem persists after trying these steps, it may be beneficial to consult Microsoft's support resources or community forums for further assistance.
References:
AI-generated content may be incorrect. Read our transparency notes for more information. - Check User Account Settings: Ensure that the local user account is not set to be hidden. You can check this by running the following command in PowerShell: