Windows

How to Sign Out Other Users in Windows 11

Richard
Written by
Richard
Sep 10, 2021 Updated Apr 14, 2026 2 min read
How to Sign Out Other Users in Windows 11

Windows 11 lets multiple people use the same computer with their own private accounts. Sometimes, someone might leave their account signed in when they are finished. This can slow down your computer or create security risks. You can easily sign them out without needing their password.

Why: You should sign out inactive users to free up system memory and keep your personal data secure.

What happens: The user will be completely logged out, and any programs they were running will close. Any work they did not save will be lost.

Using Task Manager

This method is the easiest way to see who is logged in and end their session.

  1. Open the Start menu, search for Task Manager, and open the app. You can also press CTRL + SHIFT + Esc on your keyboard.
Searching for Task Manager in the Windows 11 Start menu

  1. If you see a small window, click More details.
Clicking More details to expand the Windows 11 Task Manager

  1. Click the Users tab at the top.
  2. Select the account you want to sign out.
  3. Click the Sign out button at the bottom of the window. %%LNK0%%
Selecting a user account to sign out in Task Manager

A warning will appear telling you that unsaved data might be lost. Click Sign-out user to confirm.

Confirmation prompt for signing out a user in Windows 11

Using Command Prompt (Admin Required)

If you prefer using text commands, you can use the Command Prompt. Note: This requires administrative privileges.

  1. Click Start, search for cmd, right-click it, and select Run as administrator.
Opening Command Prompt as administrator on Windows 11

  1. To see a list of everyone currently logged in, type the following command and press Enter:

query session

Using the query session command to list logged in users

  1. Look at the ID number next to the user you want to remove.
  2. Type the following command, replacing 2 with the ID number you found:

logoff 2

The user will be signed out immediately without any further warnings.

Summary

Windows 11 allows multiple users to be logged in at the same time. If a user leaves their session active, you can sign them out using the Task Manager or the Command Prompt. This helps keep your computer running fast and secure. Always remember that signing someone out will close their apps and may cause them to lose any work they have not saved.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

2457 articles → Twitter

📚 Related Tutorials

How to Turn On or Off Tap Touchpad with Two Fingers to Right-Click in Windows 11
Windows How to Turn On or Off Tap Touchpad with Two Fingers to Right-Click in Windows 11
How to Change Copilot Voice in Windows 11
Windows How to Change Copilot Voice in Windows 11
How to Find Shared Printer Name in Windows 11
Windows How to Find Shared Printer Name in Windows 11
How to Open the Settings App in Windows 11
Windows How to Open the Settings App in Windows 11

Leave a Reply

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