Into Windows

  • Home
  • Windows 11
  • Windows 10
  • Windows 7
  • Privacy
You are here: Home » Windows 10 » 3 Ways To Enable Guest Account In Windows 10

3 Ways To Enable Guest Account In Windows 10

Last Updated on November 27, 2023 by admin 11 Comments

UPDATE: Microsoft has now removed the Guest account from Windows 10. These solutions don’t work with the recent versions of Windows 10. So, we recommend you create a standard local user account via the Settings > Accounts > Family & other users.

What’s a guest account on a Windows PC? A guest account is nothing but an account for users who don’t have a permanent or specified account on the PC. The guest account comes in handy when you want to let someone else use your PC for a short period without creating a new user account.

The user on the guest account can’t access files on other accounts. Additionally, the guest account user can’t make any changes to system settings, create a new user account, or create a password for the account.

In the previous version of Windows, turning on or enabling the built-in guest account was fairly straightforward. We could navigate to the user accounts section of the Control Panel to turn on the guest account.

In Windows 10, Microsoft has moved almost all user account settings to the new Settings app, but there is no option under the Accounts section of Settings to enable the guest account. The Settings app only allows you to create standard local or Microsoft accounts.

Is the Guest account missing from Windows 10?

No, the guest account is available in Windows 10 as well. It’s only that the guest user account can’t be enabled in Windows 10 via Settings or classic Control Panel. In order to enable the guest account in Windows 10, you need to use the Local Users and Groups.

Enable the guest account in Windows 10

Complete the given below directions to turn on or enable guest account in Windows 10.

Method 1 – Turn on guest account via Local Users and Groups

Method 2 – Enable guest account via Command Prompt

Method 3 – Enable guest account in Windows 10 via Group Policy

Method 1 of 3

Enable guest account via Local Users & Groups

Step 1: In the Start menu or taskbar search box, type Lusrmgr.msc and then press Enter key to open Local Users and Groups.

Create Guest user account in Windows 10 step1

Step 2: Here, on the left-side, under Local Users and Groups (local), click Users.

Create Guest user account in Windows 10 step2

Step 3: Next, in the middle pane, double-click on Users to view all user accounts on your Windows 10 PC.

Create Guest user account in Windows 10 step3

Step 4: Right-click the Guest and then click Properties or double-click on Guest to open its properties.

Step 5: To enable the Guest account, under the General tab, uncheck the option titled Account is disabled. In the full name field, type in a name for the account if you wish to have a different name for the account, and then click the Apply button to enable the guest account.

Create Guest user account in Windows 10 step5

You have just enabled the Guest account!

To sign in or switch to the Guest account, click on your user account name on the Start menu (top-left of the Start) and then click on the Guest account to switch the account.

Create Guest user account in Windows 10 step6

Note that many users are reporting that the Guest account is not correctly working even after enabling the same.

Method 2 of 3

Enable Guest account via Command Prompt

Step 1: Open Command Prompt as administrator. To do so, type CMD in the Start menu or taskbar search box to see Command Prompt in the search results, right-click on the Command Prompt entry, and then click Run as administrator option.

enable guest account in Windows 10 step2

Click Yes button when you see the User Account Control prompt.

Step 2: In the elevated prompt, type the following command and then hit Enter key.

net user guest /active:yes

enable guest account in Windows 10 step3

enable guest account in Windows 10 step4

Step 3: Close the Command Prompt window. That’s it!

Method 3 of 3

Enable Guest account via Group Policy

Note that Group Policy is not part of the Home edition of Windows 10. So, this method doesn’t work on Windows 10 Home edition.

Step 1: Open Group Policy Editor by typing Edit Group Policy in the Start or taskbar search box and then pressing Enter key.

enable guest account in Windows 10 step6

Click Yes if and when you see the UAC prompt.

Step 2: In the Group Policy Editor, navigate to the following policy:

Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options.

Step 3: On the right-side, look for the policy labeled Accounts: Guest account status and double-click on the same to open its properties.

enable guest account in Windows 10 step5

Step 4: Select the Enabled option and then click the Apply button to turn on the Guest account in Windows 10.

enable guest account in Windows 10 step7

Have you enabled the guest account on your Windows 10 PC?

Filed Under: Windows 10 Tagged: User Account

Related Posts

  • How To Rename Guest Account In Windows 7
  • How To Enable Or Disable User Accounts In Windows 10
  • How To Change Standard User Account To Admin Account In Windows 10
  • How To Remove User Account Password In Windows 10

Comments

  1. Richard Swaby says

    April 19, 2019 at 4:15 pm

    This is similar to method 2 above but I used Windows Powershell not CMD prompt (Same really). I created a Visitor account and I can switch between visitor account and my account. laptopmag.com/articles/create-guest-account-windows-10

  2. Andrew H says

    December 9, 2018 at 3:49 pm

    this worked for me – on windows 10.
    https://support.microsoft.com/en-au/help/4026923/windows-10-create-a-local-user-or-administrator-account

  3. PepperPot says

    October 22, 2017 at 2:58 am

    This article needs to be updated to reflect what John wrote. You have to disable “Deny log on locally” after you follow the steps above.

  4. Tim Leon says

    September 25, 2017 at 9:56 pm

    Here’s how to Add a Guest Account to Windows 10 home. We are using Visitor instead of Guest for the name to avoid any conflicts, but it is a true Guest account.

    Open an elevated command prompt. Here’s how – Press the key with the windows logo on it and the R key at the same time. This will open the “Run” box. In the “Run” box that opened up, Type “cmd” (without the quote marks) in the box next to the word open. Hold down the Ctrl and Shift keys and Press Enter at the same time.  This will run the command as an administrator, and you will see a black window open up with a flashing command prompt.

    Use the following commands in the elevated command prompt. You can type them yourself, or you can copy and paste them and press the Enter key afterward to execute the final command.  (If you wish to use a different name, type the commands one at a time and replace Visitor with your desired name. If it has a space in it, you have to enclose the name in quotes like this: “Guest User”).  Remember to press the “Enter” key at the end of each line to execute the commands.
     

    net user “Visitor” /add
    net localgroup Users “Visitor” /delete
    net localgroup Guests “Visitor” /add
     

    If you want to add a password to the guest account, then type the following command as well, replacing Visitor  with your guest account name, and remember to replace NewPassword with the actual password you wish to use.
     

    net user “Visitor” “NewPassword”

     

    When you are finished, you can close the command prompt window.

     

  5. John says

    July 27, 2017 at 10:49 pm

    There is one more step after “Local Policies/Security Options” and that is under “Local Policies/User Rights Assignment” you must remove the Guest User from the “Deny log on locally” list… Simply right click on the setting, open “Properties” and then remove the Guest User from the list….

  6. Drew says

    May 30, 2017 at 7:34 pm

    no luck, shows enabled, but Guest still doesn’t show on login screen.

  7. Jennifer says

    March 11, 2017 at 3:35 pm

    I tried all three methods, and none were successful in creating a guest account. I have Windows 10 Home Edition. With the Lusrmgr.msc method. There were no subfolders to choose from, therefore I could not click on a “Users” folder.

  8. daryl says

    January 21, 2017 at 1:19 am

    I use Windows 10 Home edition.
    I successfully “enabled” the user account by running cmd as administrator
    It BEGAN to work–Windows even asked me to change the default password when I first signed in.
    I can now sign in, but it doesn’t WORK. The screen is completely blank.

  9. Miguel says

    June 26, 2016 at 9:32 pm

    In windows 10 you can enable the guest user but you cant use it. Even if you make him an administrator

  10. alex says

    January 13, 2016 at 3:44 am

    none of these methods work with windows 10 home

  11. James Weizel says

    November 24, 2015 at 8:58 am

    Terrible answer. Useless for Windows 10. Maybe you are giving directions for Windows 7? We all miss Windows 7, but you need to move on.

Leave a Reply

Your email address will not be published. Required fields are marked *

Advertisements

Search Into Windows

Recent posts

  • 5 Ways To Go To Desktop In Windows 11
  • How To Show Battery Percentage On Taskbar In Windows 11
  • Fix: AMD Software Adrenalin Edition Not Opening In Windows 11
  • How To Show Year On Windows 11 Taskbar
  • Windows 11 24H2 Is Available Now
  • How To Create 7z & TAR Files In Windows 11 Without Using Additional Apps
  • How To Remove Bell Icon From Taskbar In Windows 11
  • How To Reinstall Windows 11 Without Losing Apps And Files
  • How To Hide/Show Files & Icons On Desktop In Windows 10/11
  • How To Show Hidden Icons On Taskbar In Windows 11

About us

  • About Us
  • Contact Us
  • Privacy Policy

Copyright © 2025 · Into Windows