search
HomeSystem TutorialWindows SeriesHow to Sign Out Other Users on Windows 11

Each active user session on your PC means your computer's resources are shared with others, which can impact system performance. If someone is not actively using their session, you can log off the idle user from your account to reclaim those system resources.

1. Sign Out Other Users Using the Task Manager

The Task Manager's Users tab keeps track of all the user sessions active on your computer. You can use it to manage user accounts on Windows, switch between different user accounts, and sign off other user accounts. If you only need to sign out of your current session on Windows 11, the process is much simpler, though.

You must be logged in as an administrator to sign off other user accounts; check if your user account has administrator rights if you're not sure. Importantly, when you sign out a user, the user's unsaved data might be lost. So tread carefully.

To sign out other users using Task Manager:

  1. Right-click on Start and select Task Manager. Alternatively, use the keyboard shortcut Ctrl + Shift + Esc.
  2. In Task Manager, open the Users tab in the left pane which displays the number of users currently logged in. If not visible, click the Open Navigation button (three horizontal bars) in the top left corner.How to Sign Out Other Users on Windows 11
  3. In the Users tab, locate the account you want to sign off.
  4. Right-click on the user account and select Sign off.How to Sign Out Other Users on Windows 11
  5. Click Sign out user. Windows will close all the open apps and running processes and then log out the user.

2. Sign Out Other Users Using the Command Prompt

On Windows 11 Pro, Edu, and Enterprise editions, you can use Command Prompt's "query sessions" command to check and log off active user accounts. This command is unlikely to work on a Windows 11 Home, limiting your options.

To sign out other users using Command Prompt:

  1. Press the Win key and type cmd.
  2. Right-click on Command Prompt and select Run as administrator.
  3. In the Command Prompt window, type the following command to view all the active user sessions with a query:
    <code class="hljs ">query session</code> 
  4. The output will show all the active user sessions on your computer. Make a note of the user account ID you want to sign out. In this instance, we have Tashreef as 1 and Guest21 as 3 under the ID column.How to Sign Out Other Users on Windows 11
  5. Type the following command to sign out the specified user. Replace 2 below with the user account ID you want to sign out:
    <code class="hljs ">Logoff 3</code> 
  6. Upon successful execution, Windows will sign out the specified user account.How to Sign Out Other Users on Windows 11
  7. Once done, type exit and press Enter to close the Command Prompt.

3. Log Off Other Users Using Process Explorer

Process Explorer is part of Windows Sysinternal Tools, a suite of system administration utilities from Microsoft. Though the freeware is popular among developers and system admins, anyone can use Process Explorer to use some of its advanced features.

Process Explorer is a powerful tool that maps all currently active processes and DLL files to the accounts running them. Our purpose is to show you how to use its user management feature to kick out other user sessions.

  1. Go to Microsoft's official Process Explorer page and download Process Explorer as a zip file to a location on your desktop.How to Sign Out Other Users on Windows 11
  2. Right-click on the ProcessExplorer.zip archive, and select Extract All. Select a location and extract the folder.How to Sign Out Other Users on Windows 11
  3. Open the ProcessExplorer folder, right-click on procexp64.exe, and select Run as administrator.How to Sign Out Other Users on Windows 11
  4. In the Process Explorer window, click Users to view all the active user sessions.How to Sign Out Other Users on Windows 11
  5. Hover your cursor over the user account name and select Logoff.

Process Explorer will sign out the selected user account from your computer. If you get an access denied error, run the procexp64.exe executable with administrator privileges and try again.

Ask Other Users Before You Sign Them Out

When you log off other users, any unsaved work in their accounts is lost. So do consider that before you apply the above methods. Logging off from a Windows account in a multi-user PC is a good habit because it reduces the chance of data loss and frees up the computer's resources for others. Always request others to sign off when their work is finished.

The above is the detailed content of How to Sign Out Other Users on Windows 11. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Fedora 42 Joins the Windows Subsystem for LinuxFedora 42 Joins the Windows Subsystem for LinuxMay 09, 2025 am 03:01 AM

Pushing the boundaries of Linux: exploring unusual applications. Purely for fun, of course. Posts 7 Technically, you can create a WSL image for any compatible Linux distribution. However, officially supported images offer a significantly smoother e

How to Move a Window When You Can't Click on the Title BarHow to Move a Window When You Can't Click on the Title BarMay 09, 2025 am 01:03 AM

When applications unexpectedly extend beyond your screen's edges, accessing their title bars becomes impossible. This is especially common with dual monitors but can occur on single displays as well. This guide offers solutions for regaining control

This Limited-Edition 'Skeleton” HDD Shows You How It Writes BytesThis Limited-Edition 'Skeleton” HDD Shows You How It Writes BytesMay 08, 2025 pm 09:04 PM

The HD-SKL, a limited-edition hard drive, is a modern take on Buffalo's 1998 Skeleton Hard Disk. The original, a 4.3GB drive with a clear acrylic case, was produced in a limited run of 500 units. While Buffalo cites its 1978 Melco 3533 turntable as

The New Surface Pro Doesn't Feel ProThe New Surface Pro Doesn't Feel ProMay 08, 2025 am 06:01 AM

The new Surface Pro: A step back? Microsoft's latest Surface Pro offers connectivity via two USB-C ports, supporting charging, USB 3.2 data transfer, and DisplayPort 1.4a (up to two 4K monitors at 60Hz). However, the device ships without a power ad

Microsoft Challenges the MacBook Air With New Surface LaptopMicrosoft Challenges the MacBook Air With New Surface LaptopMay 08, 2025 am 03:02 AM

Microsoft's latest Surface Laptop aims to rival the MacBook Air, but with some notable compromises. The absence of a Surface Connect port marks a significant departure from previous models, reflecting the growing prevalence of Thunderbolt and USB do

Solve the problem that the svn plugin in eclipse always prompts for password inputSolve the problem that the svn plugin in eclipse always prompts for password inputMay 07, 2025 pm 05:03 PM

1. Background Recently, when using the svn plug-in to manage remote warehouse code in eclipse, prompts to enter passwords are always prompted to enter passwords, which is particularly annoying. After hard work, I finally solved the problem and shared it with you~ 2. Analysis of the password mechanism of the svn plug-in and the cause of the problem. When we use the svn plug-in for the first time and enter the password, a file that saves the password will be generated, and then the svn plug-in will read the username and password information by default every time. When eclipse is started, the configuration information will be automatically read into the program cache. After the password of svn is modified, it is impossible to log in again, and there is no prompt to re-enter the password. At this time, we can delete the relevant configuration files and let the svn plugin prompt us to re-enter the password. However, ec

How to restore the win8 system details stepsHow to restore the win8 system details stepsMay 07, 2025 pm 05:00 PM

The steps to start system restore in Windows 8 are: 1. Press the Windows key X to open the shortcut menu; 2. Select "Control Panel", enter "System and Security", and click "System"; 3. Select "System Protection", and click "System Restore"; 4. Enter the administrator password and select the restore point. When selecting the appropriate restore point, it is recommended to select the restore point before the problem occurs, or remember a specific date when the system is running well. During the system restore process, if you encounter "The system restore cannot be completed", you can try another restore point or use the "sfc/scannow" command to repair the system files. After restoring, you need to check the system operation status, reinstall or configure the software, and re-back up the data, and create new restore points regularly.

'Modern Operating System Original Book 3rd Edition''Modern Operating System Original Book 3rd Edition'May 07, 2025 pm 04:57 PM

"Modern Operating Systems (English Edition 3rd Edition)" is a classic work written by Professor Tanenbaum. With his profound experience in the design of three operating systems, the book perfectly integrates theory and practice. The third edition of the book explores a number of topics in depth, such as process, threading, storage management, file systems, I/O deadlock, interface design, multimedia, performance trade-offs, and introduces the latest trends in operating system design. The book not only explains the principles and practices of modern operating systems in detail, but also pays special attention to Linux operating systems, Windows Vista operating systems, embedded operating systems, real-time operating systems and multimedia operating systems. Covering Windows Vista and the latest Linux/Unix operations

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment