How to Check Who Is Logged In on Windows Server?


Check Who’s Logged into Windows Server
XINSTALL BY CLICKING THE DOWNLOAD FILE
A message from our partner

For fixing Windows errors, we recommend Fortect:

Fortect will identify and deploy the correct fix for your Windows errors. Follow the 3 easy steps to get rid of Windows errors:

  • Download Fortect and install it on your PC
  • Launch the tool and Start scanning your PC for Windows errors
  • Right-click on Start Repair to deploy the right fix for each error encountered during the scan
Download Now Fortect has been downloaded by 0 readers this month, rated 4.6 on TrustPilot

Knowing who is logged into your Windows Server at any given moment isn’t just about curiosity, it’s an important part of administration. Sometimes you need to check who is consuming resources, troubleshoot access problems, or confirm whether multiple sessions are running.

While Windows Server doesn’t provide a single, obvious button to reveal logged-in users, there are reliable methods built into the OS and through free tools. Without further ado, let’s jump into different method to check who is logged into Windows Server.

How to Tell Who is Logged in on Windows Server?

1. Check Remote Sessions with PowerShell

    1. Open PowerShell as Administrator (right-click PowerShell > Run as Administrator).
    2. Type the following command:
      net session
    3. Finally, press Enter.

    The aforementioned command lists all users who are remotely connected to the server, along with their IP addresses. It’s one of the fastest ways to identify who’s actively accessing shared resources.

    2. List Local Logins with PsLoggedOn

    Microsoft’s PsLoggedOn from Sysinternals helps track local logins.

    1. Download PsTools and extract the ZIP file.
    2. Copy psloggedon.exe to a folder (e.g., C:\pstools).
    3. Open Command Prompt as Administrator.
    4. Navigate to the PsTools folder:
      cd C:\pstools
    5. Run the tool:
      psloggedon

    You’ll see a list of all locally logged-in users and users accessing server resources without a full login.

    To check a remote server, use the command:
    psloggedon \ServerName

    To search for a specific user across the network:
    psloggedon username

    3. Use Task Manager (for RDS or direct access)

    1. Press Ctrl + Shift + Esc to open Task Manager.
    2. Go to the Users tab.
    3. Here, you can see which accounts are currently logged in, their session status, and resource usage.

    This works best for direct logins and Remote Desktop Services (RDS) sessions.

    Why You Might Need to Check Logged-In Users

    Monitoring logged-in users on Windows Server helps:

    • Detect unauthorized access.
    • Troubleshoot resource or file lock issues.
    • Identify idle or ghost sessions.
    • Track activity for auditing or compliance.

    Summing Up

    Finding out who is logged into Windows Server doesn’t have to be complicated. Whether you use PowerShell’s net session, PsLoggedOn, or simply check Task Manager, you’ll quickly know who’s connected and from where. If you’re looking for additional Windows Server guide, check out how to install IIS on Windows Server, ways to set up DNS in Windows Server, and booting Windows Server in Safe Mode.

    FAQs

    How can I see who is logged into Windows Server remotely?

    Run net session in an elevated PowerShell window to view remote sessions and connected IP addresses.

    What tool shows local logins on a Windows Server?

    Microsoft’s PsLoggedOn utility displays both local and remote users logged into the server.

    Can I use Task Manager to check logins?

    Yes. Open Task Manager, go to the Users tab, and you’ll see active and disconnected sessions.

    Does Windows Server log every login attempt?

    Yes, but you need to check Event Viewer > Security logs for detailed records.

    Is PsLoggedOn safe to use?

    Yes, it’s an official Sysinternals tool from Microsoft and widely trusted by system administrators.

    More about the topics: windows server

    Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

    Read our disclosure page to find out how can you help Windows Report sustain the editorial team. Read more

    User forum

    0 messages