Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Contact
  • Reviews
  • Toggle search form
Home » Windows » The different Windows Logon Types
  • article 1280x720.192a2586 1 1
    Fix Error 0xc1510111: You do not have permission to mount and modify this image Windows Server
  • ref error
    Error: cannot lock ref ‘refs/remotes/origin/windows’: unable to resolve reference ‘refs/remotes/origin/windows’, Not a directory Version Control System
  • Feature image   Hiren's boot
    Recover your data after system failure with Hiren’s boot Backup
  • runlevels
    How to check your current Runlevel in Linux Linux
  • uninstalloffice
    Remove All Microsoft Office Apps from Mac Network | Monitoring
  • Remote desktop connection over udp and tcp
    Remote Desktop Connection behaviour over UDP and TCP Network | Monitoring
  • screenshot 2020 05 03 at 18.30.44
    How to Activate Cisco ASA 5505 License Network | Monitoring
  • Azure Backup 1
    How to Install Azure Backup Agent AWS/Azure/OpenShift

The different Windows Logon Types

Posted on 26/02/202018/09/2025 Christian By Christian No Comments on The different Windows Logon Types

In this article, you will learn about the different Windows Logon Types. Logon Types are logged in the Logon Type field of logon events for every successful and failed login). These events appear in the Windows event log and help in analyzing the various logon types. The following logon types are supported in the Windows environment which is a total of nine different types of logons. Kindly refer to some other guides I have written: How to enable or disable BitLocker Drive Encryption on Windows 10 and Virtual Machines, how to uninstall your current version of MBAM and run setup again, and how to clear, enable or disable TPM in Windows via the BIOS or UEFI.

In a remote administration scenario, credentials are always exposed on the source computer so a trustworthy privileged access workstation (PAW) is always recommended for sensitive or high impact accounts. Whether credentials are exposed to potential theft on the target (remote) computer depends primarily on the windows logon type used by the connection method.

Kindly refer to these related guides: how to enable Bitlocker Pre-Boot Authentication via the Group Policy, and BitLocker Drive Encryption architecture and implementation types on Windows, and how to fix Error 1385: The user has not been granted the requested logon type at this time.

Common Windows Logon Types

In Windows-based computers, all authentications are processed as one of several logon types, regardless of which authentication protocol or authenticator is used

Interactive logon

This is also referred to as logon type 2 and it is used at the console of a computer. A type 2 logon is logged when you attempt to log on at a Windows computer’s local keyboard and screen with a local or domain account.

Network logon

This is also referred to as logon type 3. This logon occurs when you access remote file shares or printers.

Note: The Internet Information Services [IIS] are classified as logon type 3 (network logon), but for IIS logons that utilize the basic authentication protocol, it logs events as logon type 8.

Batch logon

This is also referred to as logon type 4. This is used for scheduled task execution. When the Windows Scheduler service fires up a scheduled task. It first creates a new logon session for the task, so that it can run in the security context of the account that was specified when the task was created.

It is worth noting that, another similar form of scheduling may also generate this similar event log type 4.

Service logon

This is also referred to as logon type 5. This is used for services and service accounts that log on to start a service. When a service starts, Windows first creates a logon session for the user account that is specified in the service configuration.

Unlock

This is also referred to as logon type 7. This is used whenever you unlock your Windows machine via the console.

Logon type = 7 occurs when a user unlocks (or attempts to unlock) a previously locked workstation. When a user unlocks the computer, Windows creates a new logon session (or 2 logon sessions depending on the elevation conditions) and immediately closes it (with event 4634).

Please see How to fix “The sign-in method you are trying to use is not allowed: For more information, contact your network administrator“. Also, see Auto Logon: Enable Automatic Logon on Windows 10, and how to fix The logon attempt failed for the remote desktop connection.

Network clear text logon

This is also referred to as logon type 8. This is used when you log on over a network and the password is sent in cleartext. Here is an example of using basic authentication to authenticate to an IIS server etc.

New credentials-based logon

This is also referred to as logon type 9. This is used when you run a program (application) as a different user. I.e., using the run as command and specify the /netonly switch.

When you start a program with run as using /netonly. The program runs in a new logon session of the currently logged-on user (i.e., the same local identity).

In other words, this is the identity of the user you are currently logged on with but with different credentials (the ones specified in the run as a command) for other network connections.

Without /netonly, windows run the program on the local computer and on the network as the user specified in the run as command and logs the logon event with type 2.

Please, see Logon Failure: User has not been granted the requested logon type,

Remote Interactive logon

This is also referred to as logon type 10. This is used for RDP-based applications like Terminal Services, Remote Desktop or Remote Assistance.

Cached Interactive logon

This is also referred to as logon type 11. This is logged when users log on using cached credentials when users are off the network. Or when the domain controller (DC) is not available.

Note: Windows caches credentials hashes of the last 10 interactive domain logons by default you can still log on to your local machine using your domain credentials.

Having a good knowledge of various logon types will help you in analyzing various logon types of errors. Please see What are the merits and demerits of Local System Account and Service Logon Account.

I hope you found this article useful on the different Windows Logon Types. If you have any questions, kindly let me know via the comment session.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Click to share on X (Opens in new window) X
  • Click to share on Reddit (Opens in new window) Reddit
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on Pinterest (Opens in new window) Pinterest
  • Click to share on Tumblr (Opens in new window) Tumblr
  • Click to share on Telegram (Opens in new window) Telegram
  • Click to share on WhatsApp (Opens in new window) WhatsApp
  • Click to share on Pocket (Opens in new window) Pocket
  • Click to share on Mastodon (Opens in new window) Mastodon
  • Click to share on Bluesky (Opens in new window) Bluesky
  • Click to share on Threads (Opens in new window) Threads
  • Click to share on Nextdoor (Opens in new window) Nextdoor
Windows Tags:Auto Logon, login, logon, Logon Failure, Logon Types, Service Logon Account, The different Windows Logon Types, Windows 10

Post navigation

Previous Post: How to install and configure Ansible on Ubuntu
Next Post: All about Group Policies: Group Policy GPUpdate Commands

Related Posts

  • appp
    How to automatically reopen Windows Apps and Folders upon Startup Windows
  • dotnet6783
    Various methods to Install .NET Framework in Windows Windows
  • windows 10 keyboard shortcut 1024x512 1
    How to create a Desktop shortcut in Windows Windows
  • Screenshot 2022 04 13 at 21.38.35
    Check Weather Conditions via Command Line on Windows, macOS, Linux and Web Linux
  • acctlockout 1
    Configure Local Administrators Account lockout Windows
  • ccsC
    NTuser.dat file: How to correctly load Windows Registry Hive Windows

More Related Articles

appp How to automatically reopen Windows Apps and Folders upon Startup Windows
dotnet6783 Various methods to Install .NET Framework in Windows Windows
windows 10 keyboard shortcut 1024x512 1 How to create a Desktop shortcut in Windows Windows
Screenshot 2022 04 13 at 21.38.35 Check Weather Conditions via Command Line on Windows, macOS, Linux and Web Linux
acctlockout 1 Configure Local Administrators Account lockout Windows
ccsC NTuser.dat file: How to correctly load Windows Registry Hive Windows

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • article 1280x720.192a2586 1 1
    Fix Error 0xc1510111: You do not have permission to mount and modify this image Windows Server
  • ref error
    Error: cannot lock ref ‘refs/remotes/origin/windows’: unable to resolve reference ‘refs/remotes/origin/windows’, Not a directory Version Control System
  • Feature image   Hiren's boot
    Recover your data after system failure with Hiren’s boot Backup
  • runlevels
    How to check your current Runlevel in Linux Linux
  • uninstalloffice
    Remove All Microsoft Office Apps from Mac Network | Monitoring
  • Remote desktop connection over udp and tcp
    Remote Desktop Connection behaviour over UDP and TCP Network | Monitoring
  • screenshot 2020 05 03 at 18.30.44
    How to Activate Cisco ASA 5505 License Network | Monitoring
  • Azure Backup 1
    How to Install Azure Backup Agent AWS/Azure/OpenShift

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,839 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.