Software⏱️ 2 min read📅 2026-05-29

How to Fix: Clear, long-lasting indication of power connection/disconnection in Windows

Get clear power connection/disconnection logs in Windows 11, filter by day and view long-lasting indications.

Quick Answer: Use the Event Viewer to track Power Events, then use PowerShell to filter and analyze the data by date. You can also use third-party tools like Event Log Analyzer or Log Analyzer Pro to simplify the process.

To get a clear view of when you connected and disconnected your laptop from a power source, you can try the following steps:

⚠️ Step-by-Step Verified Fixes

Method 1: Use Event Viewer to Filter Power Events

  1. Step 1: Open the Event Viewer by pressing the Windows key + R, typing 'eventvwr', and pressing Enter.
  2. Step 2: In the Event Viewer, navigate to the 'Windows Logs' section and select the 'System' log.
  3. Step 3: Click on the 'Filter Current Log' button at the top right corner of the window and select 'Power Throttling' from the dropdown menu.
  4. Step 4: In the filter options, select 'Show entries from all time' and click 'Apply'.

Method 2: Use PowerShell to Filter Power Events

  1. Step 1: Open the PowerShell window by searching for 'powershell' in the Start menu or by pressing the Windows key + R, typing 'powershell', and pressing Enter.
  2. Step 2: Run the following command to filter power events: `Get-EventLog -LogName System -Newest 1000 | Where-Object {$_.EventID -eq 41}`

💡 Conclusion

By following these steps, you should be able to get a clear view of when you connected and disconnected your laptop from a power source.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions