Windows EventLog for Windows LAPS Events

To monitor Windows LAPS (Local Administrator Password Solution) activities in the Windows Event Log, you can track specific Event IDs. 

Key Windows LAPS Events IDs

The following events provide critical information about LAPS operations, such as password updates, policy processing, and authentication actions. Below is a list of key Event IDs and their descriptions:

Event IDDescription
10003LAPS policy processing is starting.
10004LAPS policy processing succeeded.
10005LAPS policy processing failed with an error code.
10018Successfully updated Active Directory with the new password.
10020Successfully updated the local administrator account with the new password.
10021Policy configured to back up the password to Windows Server Active Directory.
10022Policy configured to back up the password to Microsoft Entra ID (Azure AD).
10023Windows LAPS is configured to use a legacy Microsoft LAPS policy.
10029Successfully updated Microsoft Entra ID (Azure AD) with the new password.
10031Blocked an external request attempting to modify the managed account’s password.
10041Detected successful authentication for the managed account; post-authentication actions scheduled.
10042Post-authentication grace period expired; executing post-authentication actions.
10043Failed to reset the password after an authentication event; retrying until successful.
10044Successfully reset the password and completed all post-authentication actions.

Location of Logs in Event Viewer

The logs for Windows LAPS Events can be found in:

  • Applications and Services Logs > Microsoft > Windows > LAPS > Operational
LAPS Events  Viewer - Example
LAPS Event Viewer – Example

Additional Monitoring Tips

  1. For newly created local accounts, monitor:
    • Event ID 4720: Found under Security logs, indicating a new local account creation1.
  2. Use tools like PowerShell (Get-LapsDiagnostics) or centralized monitoring solutions to collect and analyze the LAPS Events logs for proactive management
Get-LapsDiagnostics

Get-LapsDiagnostics: all data for this run was written to the following zip file:
C:\Users\ah\AppData\Local\Temp\2\LapsDiagnostics\LapsDiagnostics_FILE-2025_2024120812_152819.zip

You can use the following 3 code examples to do even more or check here for more details:

#A basic collection of LAPS diagnostic info to a specific output folder.
Get-LapsDiagnostics -OutputFolder c:\LapsDiagFolder
#The same as above but across a forced password reset
Get-LapsDiagnostics -OutputFolder c:\LapsDiagFolder -ResetPassword
#Same Output but including a Network Trace 
Get-LapsDiagnostics -CollectNetworkTrace

These Event IDs provide comprehensive insights into the functioning of Windows LAPS, enabling administrators to monitor and troubleshoot effectively.

Learn how to deploy Windows LAPS here and check out these videos for more details.

Spread the knowledge
Avatar for Andreas Hartig
Andreas Hartig - MVP - Cloud and Datacenter Management, Microsoft Azure

Related Posts

A dragon IT Architect in the shadowrun world looking very concentrated on a document to decided if he should migrate from LAPS to Windows LAPS and when.

Windows LAPS and Legacy LAPS – Key Differences

Windows LAPS (Local Administrator Password Solution) is the successor to the legacy LAPS, offering significant improvements and new features while maintaining some of the core functionalities of its predecessor. Below…

Spread the knowledge
Read more
A dragon IT architect from the shadowrun world sitting on an egg protecting Active Directory

Windows Server 2025 – Part 7 (Active Directory Hardening)

In today’s world, cybersecurity is not just a necessity; it’s a foundation for your business’s integrity and trustworthiness. One of the key components of this foundation is Active Directory hardening….

Spread the knowledge
Read more
A dragon IT Architect in the shadowrun world, sitting in a datacenter and having a trust relationship issue

Repairing the Domain Trust Relationship – No Reboot

When managing an Active Directory environment, one of the common issues you might encounter is a broken Domain Trust between a workstation, server and the domain. This can be frustrating,…

Spread the knowledge
Read more
A dragon who is an IT Architect in the shadowrun world currently creating the Active Directory OU structure on Windows Server 2025

Windows Server 2025 – Part 6 (Active Directory Design)

When creating an Active Directory structure it is good to develop the Active Directory design with a focus for efficient management, delegation of administrative tasks, and application of Group Policies…

Spread the knowledge
Read more
A dragon who is an IT Architect in the shadowrun world currently writing powershell scripts to manage Windows Server 2025

Easy PowerShell Scripts for Windows Server 2025 Management

As Windows Server 2025 continues to evolve, system administrators are faced with increasingly complex environments. Fortunately, PowerShell provides an efficient way to automate repetitive tasks, streamline management, and reduce human…

Spread the knowledge
Read more
Windows Server 2025 Part 1

Windows Server 2025 – Part 1 (Preparation)

Microsoft released the Windows Server 2025 and made it officially available on the 1st of November 2025. With the latest changes in the server and datacenter Virtualization market, i wanted…

Spread the knowledge
Read more