How To Create Guest Account In Windows 11 : Using Netplwiz Account Management

A guest account in Windows 11 offers limited access without exposing your main profile. If you’re wondering how to create guest account in Windows 11, you’ve come to the right place. This guide walks you through every step, from built-in methods to safe workarounds, so you can share your PC without worry.

Windows 11 removed the simple “Guest” account from its settings, but don’t worry—you can still set one up. Whether it’s for a friend, a child, or a temporary user, a guest account keeps your files and settings private. Let’s get started.

Why Use A Guest Account In Windows 11?

A guest account is a temporary, low-privilege profile. It lets someone use your computer without accessing your personal data, installed apps, or admin controls. It’s perfect for visitors, shared family PCs, or testing software safely.

Without a guest account, you might hand over your main password or create a full user account—both risky. A guest account solves this by limiting changes and protecting your privacy.

Key Benefits Of A Guest Account

  • Privacy: Your files, emails, and browsing history stay hidden.
  • Security: Guests can’t install software or change system settings.
  • Simplicity: No need to create and delete full accounts for one-time users.
  • Control: You decide what apps and folders are accessible.

How To Create Guest Account In Windows 11

Now, let’s cover the main method. Since Windows 11 doesn’t have a built-in “Add Guest” button, we’ll use the Local Users and Groups tool or Command Prompt. Both work on Windows 11 Pro, Enterprise, and Education. If you have Windows 11 Home, skip to the workaround section below.

Method 1: Using Local Users And Groups (Pro And Higher)

This is the most direct way. Follow these steps carefully.

  1. Press Windows + R, type lusrmgr.msc, and hit Enter.
  2. In the left pane, click Users.
  3. Right-click an empty area in the middle pane and select New User.
  4. Enter Guest as the username. Leave the password fields blank (or set one if you prefer).
  5. Uncheck User must change password at next logon.
  6. Check Password never expires.
  7. Click Create, then close the window.

Now, you need to set the account as a guest. Double-click the new “Guest” user in the list. Go to the Member Of tab, remove any groups (like Users), and add Guests. Click Apply and OK.

Finally, enable the account: right-click the “Guest” user and select Properties. Uncheck Account is disabled and click OK. You’re done!

Method 2: Using Command Prompt (All Editions)

If you prefer commands or have Windows 11 Home, this method works too. Open Command Prompt as Administrator (search “cmd”, right-click, and select Run as administrator).

  1. Type net user Guest /add and press Enter.
  2. Type net localgroup Guests Guest /add and press Enter.
  3. Type net user Guest /active:yes and press Enter.

That’s it. The guest account is now active. To remove it later, use net user Guest /delete.

Method 3: Using PowerShell (Advanced Users)

PowerShell offers another quick route. Open PowerShell as Administrator and run:

New-LocalUser -Name "Guest" -NoPassword
Add-LocalGroupMember -Group "Guests" -Member "Guest"
Enable-LocalUser -Name "Guest"

This creates a passwordless guest account and adds it to the Guests group. You can verify it in Settings > Accounts > Other users.

Setting Up A Guest Account On Windows 11 Home

Windows 11 Home lacks the Local Users and Groups snap-in. But you can still create a limited account using the standard “Add user” feature. It’s not a true guest account, but it works similarly.

Step-By-Step For Home Edition

  1. Go to Settings > Accounts > Family & other users.
  2. Under Other users, click Add account.
  3. Choose I don’t have this person’s sign-in information.
  4. Select Add a user without a Microsoft account.
  5. Enter a username (e.g., “GuestUser”) and leave the password blank. Click Next.

Now, restrict the account. Click on the new account, select Change account type, and set it to Standard User. This prevents admin-level changes. For extra safety, you can also enable parental controls or app limits.

This method isn’t perfect—the account can still access some personal folders if permissions are loose. But for most temporary users, it’s enough.

Configuring The Guest Account For Safety

Once the account is created, you should lock it down further. Here’s how to make it truly limited.

Restrict App Access

Open Settings > Accounts > Other users. Click on the guest account and select Change account type. Ensure it’s Standard User. Then, go to Settings > Apps > Apps & features and disable any sensitive apps from running for this account.

Limit File Access

By default, the guest account can’t see other users’ folders. But to be safe, right-click your personal folders (Documents, Desktop, etc.), go to Properties > Security, and remove the “Guests” group from the list. This blocks all access.

Disable Administrative Tools

Use Group Policy Editor (Pro editions) to block access to Control Panel or Command Prompt. Type gpedit.msc in Run, navigate to User Configuration > Administrative Templates, and enable restrictions for the guest account.

How To Switch To The Guest Account

After creation, you can switch to the guest account easily.

  • From the lock screen: Click on the guest user icon and sign in.
  • From the Start menu: Click your profile picture, select the guest account, and enter (no password needed if you left it blank).
  • Using Ctrl+Alt+Del: Press the keys, click Switch user, and choose the guest account.

The guest session is isolated. Any changes made (like downloaded files or desktop clutter) will be deleted when the guest signs out—unless you’ve set up a persistent profile.

Deleting Or Disabling The Guest Account

When you no longer need the guest account, remove it to keep your system clean.

Via Command Prompt

Open Command Prompt as Admin and type:

net user Guest /delete

This removes the account entirely. All its files are gone.

Via Settings (Home Edition)

Go to Settings > Accounts > Family & other users. Click on the guest account and select Remove. Confirm the deletion.

Via Local Users And Groups

Open lusrmgr.msc, click Users, right-click the guest account, and choose Delete. Confirm when prompted.

If you only want to disable the account temporarily, right-click it and select Properties, then check Account is disabled. This hides it from the login screen until you re-enable it.

Common Issues And Fixes

Sometimes the guest account doesn’t work as expected. Here are typical problems and solutions.

Guest Account Not Showing On Login Screen

This happens if the account is disabled. Re-enable it using Command Prompt: net user Guest /active:yes. Or check the account properties in lusrmgr.msc.

Can’t Create Account Due To Permissions

You must be an administrator. If you’re not, ask the admin to create the account. Also, ensure your Windows version supports the method you’re using (Home vs Pro).

Guest Account Can’t Access Internet

This is rare but possible if network policies are strict. Go to Settings > Network & Internet, and check if the guest profile has network access. You may need to adjust firewall rules.

Password Prompt When No Password Set

If the guest account asks for a password even though you left it blank, press Enter without typing anything. If that fails, reset the password via Command Prompt: net user Guest * and press Enter twice to clear it.

Frequently Asked Questions

Can I Create A Guest Account In Windows 11 Home Without Third-party Tools?

Yes, you can use the “Add a user without a Microsoft account” method and set it as Standard User. It’s not a true guest account but works for most needs.

Is The Guest Account Safe For Children?

It’s safer than giving them a full account, but you should also enable parental controls and app limits for better supervision.

Will The Guest Account Delete Automatically After Logout?

No, the account remains. Only the session data (like temporary files) is cleared if you set it up correctly. To remove the account, you must delete it manually.

How Do I Add A Guest Account Using PowerShell On Windows 11?

Use the commands: New-LocalUser -Name "Guest" -NoPassword, then Add-LocalGroupMember -Group "Guests" -Member "Guest", and Enable-LocalUser -Name "Guest".

What’s The Difference Between A Guest Account And A Standard User Account?

A guest account is temporary, often passwordless, and has fewer permissions. A standard user account can have a password, store files, and is intended for regular use.

Final Thoughts On Guest Accounts

Creating a guest account in Windows 11 is straightforward once you know the right tools. Whether you use Local Users and Groups, Command Prompt, or the Home edition workaround, you can protect your privacy and share your PC safely. Remember to restrict file access and disable the account when it’s no longer needed. This way, you get the best of both worlds: convenience and security.

If you run into any hiccups, revisit the steps or try an alternative method. With a little practice, you’ll be able to set up a guest account in under five minutes. Your main profile stays safe, and your guests get a clean, limited environment to use. It’s a small step that makes a big difference in everyday computing.