Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Windows » Logon Failure: User has not been granted the requested logon type
  • Active Directory migration
    Migrate Active Directory Domain and Forest with Veeam Replica Backup
  • real case study
    A real case of Internal Sabotage and Recovery Network | Monitoring
  • Banner
    How to Scan Your Code by Integrating SonarCloud into Your GitHub Repository Security | Vulnerability Scans and Assessment
  • mssql ubuntu install feature image
    How to reset MSSQL Server SA Password on Ubuntu Oracle/MSSQL/MySQL
  • Featured post
    Installing Windows Subsystem for Android (WSA) Windows
  • settings app not working featured 800x400 1
    How to save and stop modification to Microsoft Management Console Windows
  • Featured image Microsoft diagnostic feedback disabled
    Prevent your PC from sending Diagnostics Feedback off via Windows Settings and Group Policy Windows
  • DEvolusion RDP Manager
    How to set up Devolusion Remote Desktop Manager on Windows Windows

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

Posted on 08/09/202508/09/2025 Christian By Christian No Comments on Logon Failure: User has not been granted the requested logon type
logon failure and requested session denied

In this article, we shall discuss how to fix “Logon Failure: the user has not been granted the requested logon type at this computer”. Here is a similar article on this topic “Error 1385: The user has not been granted the requested logon type at this time“. I ran into this error during the cause of testing SystoLOCK as discussed ‘Protect your Windows Devices with MFA with SystoLOCK“, and “Set up Microsoft PKI (ADCS) for SystoLOCK via PowerShell“.

The error “logon failure” appears on Windows systems when a user (or service account) tries to log on. But the account does not have the right logon permissions assigned through Local Security Policy or Group Policy.

Each logon attempt is categorized into a logon type and will be displayed in the Windows Event log. Here is a blogpost on “The different Windows Logon Types“. Below are some common logon types error(s):

  • 2 = Interactive (local logon)
  • 3 = Network (e.g., accessing a shared folder)
  • 4 = Batch (scheduled tasks)
  • 5 = Service (Windows service startup)
  • 7 = Unlock (workstation unlock)
  • 10 = Remote Interactive (RDP)

Also, see Protect Remote Desktop credentials with Windows Defender Remote Credential Guard or Restricted Admin Mode, and Guide to Remote Desktop Connection Properties for Secure Access.

Reason for “Login Failure: The user has not been granted the requested logon type

This error occurred when I was testing SystoLOCK passwordless authentication as mentioned above previously. In my case, despite configuring the necessary policies, RDP was not enabled. This is because, a user trying to RDP requires Allow log on through Remote Desktop Services. But it was not configured.

requested login type has not been granted

You may wan to lean about the differences between “Local Security Policy vs Local Group Policy“. Also, see All about Group Policies: Group Policy GPUpdate Commands. Also, see how to enable FIPS mode on Windows Server.

Step 1: Group Policy Restrictions

A Group Policy Object (GPO) may have restricted specific users or groups from using the required logon type. You can resolve this issue quickly by modifying the account’s rights in the Local Security Policy or via the Group Policy Management Editor.

Local Security Policy (for standalone systems): secpol.msc → Local Policies → User Rights Assignment
Group Policy Management (for domain-joined systems): Computer Configuration → Windows Settings → Security Settings → Local Policies → User Rights Assignment
Local policies

If you also want the user to logon locally, you can add the user or group to the “Allow log on locally”. But, I am more concerned with the policy to “Allow log on through Remote Desktop Services” as shown below.

user right assignement

I will have to add the user or group here.

Add object

As you can see, I am adding a test user called “Matthew tester”.

Enter the object

The user has been added. Click on Ok to close this window.

Add the user

Click on OK again to close this window after confirming that the user has been added.

Allow RDP logon

Please, see how to troubleshoot Server Certificate could not be updated: Private key does not match, and how to Fix Error 0x87E10BC6 on a PC running Windows non-core Edition. Also, see “Merits and demerits of Local System Account and Service Logon Account“.

How to fix “The requested session access is denied”

When the above policy is configured, you will have another error when accessing with the user that the requested session access is denied.

This message appears is prompted when the account you are using to access does not have the correct rights to start or connect to a session on the target PC. It is very similar to “Logon Failure: User has not been granted the requested logon type”.

But here, the focus is session access, especially with Remote Desktop Services. Please, see The logon attempt failed for the remote desktop connection.

The requested session is denied

To fix this, we will have to enable Remote Desktop as shown in the image below. Also, see Auto Logon Error “Username and password specified is not valid”.

Enable RDP

I hope you fund this article very useful on “Logon Failure: User has not been granted the requested logon type”. Please, feel free to leave a comment below.

5/5 - (1 vote)

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

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Pocket (Opens in new window) Pocket
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows, Windows Server Tags:Allow Logon Through Remote Desktop Services, Enable RDP, Login Failure, Logon Failure, Logon Types, Microsoft Windows, The requested session access is denied, Windows 10, Windows 11, Windows Server 2016

Post navigation

Previous Post: Server Certificate could not be updated: Private key does not match
Next Post: How to update Proxmox VE 9.0 now Supported by Veeam

Related Posts

  • How To Put Multiple OS ISO Files In One Bootable USB Disk
    USB Drive: Create a Multiboot with Multiple OS ISOs Windows
  • appp
    How to automatically reopen Windows Apps and Folders upon Startup Windows
  • Pluggin cable
    System check found some issues during MBAM encryption: Fail, the Power cable must be connected Windows
  • How to Solve Parameter is Incorrect problem on External Hard Disk
    How to Solve “The parameter is incorrect” problem on External Hard Disk in Windows Windows
  • Feature image LSA
    How to configure additional LSA Protection Security | Vulnerability Scans and Assessment
  • ghfg 1
    Handy WSUS Commands: Windows Server Update Services Commands, WAUACLT, PowerShell and USOClient Windows Server

More Related Articles

How To Put Multiple OS ISO Files In One Bootable USB Disk USB Drive: Create a Multiboot with Multiple OS ISOs Windows
appp How to automatically reopen Windows Apps and Folders upon Startup Windows
Pluggin cable System check found some issues during MBAM encryption: Fail, the Power cable must be connected Windows
How to Solve Parameter is Incorrect problem on External Hard Disk How to Solve “The parameter is incorrect” problem on External Hard Disk in Windows Windows
Feature image LSA How to configure additional LSA Protection Security | Vulnerability Scans and Assessment
ghfg 1 Handy WSUS Commands: Windows Server Update Services Commands, WAUACLT, PowerShell and USOClient Windows Server

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

  • Active Directory migration
    Migrate Active Directory Domain and Forest with Veeam Replica Backup
  • real case study
    A real case of Internal Sabotage and Recovery Network | Monitoring
  • Banner
    How to Scan Your Code by Integrating SonarCloud into Your GitHub Repository Security | Vulnerability Scans and Assessment
  • mssql ubuntu install feature image
    How to reset MSSQL Server SA Password on Ubuntu Oracle/MSSQL/MySQL
  • Featured post
    Installing Windows Subsystem for Android (WSA) Windows
  • settings app not working featured 800x400 1
    How to save and stop modification to Microsoft Management Console Windows
  • Featured image Microsoft diagnostic feedback disabled
    Prevent your PC from sending Diagnostics Feedback off via Windows Settings and Group Policy Windows
  • DEvolusion RDP Manager
    How to set up Devolusion Remote Desktop Manager on Windows Windows

Subscribe to Blog via Email

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

Join 1,832 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

Active Directory AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.