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.
📋 Table of Contents
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
- Step 1: Open the Event Viewer by pressing the Windows key + R, typing 'eventvwr', and pressing Enter.
- Step 2: In the Event Viewer, navigate to the 'Windows Logs' section and select the 'System' log.
- 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.
- Step 4: In the filter options, select 'Show entries from all time' and click 'Apply'.
Method 2: Use PowerShell to Filter Power Events
- 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.
- 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.
❓ Frequently Asked Questions
Step 1: Open the Event Viewer by pressing the Windows key + R, typing 'eventvwr', and pressing Enter.Step 2: In the Event Viewer, navigate to the 'Windows Logs' section and select the 'System' log.Step 3: Click on the 'Filter Current Log' button at the top right corner of the window and select 'Powe
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.Step 2: Run the following command to filter power events: `Get-EventLog -LogName System -Newest 1000 | Where-Object {$_.EventID -eq 41}`
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.
🛠️ Related Fixes
How to Fix: Pc crashes shortly after launching game (rainbow
Pc crashes shortly after launching game, possible cause: outdated grap
How to Fix: Installing an APK on a locked down phone
Installing an APK on a locked down phone: Try using a rooted device, e
How to Fix: FPS drops
FPS drops in games can be caused by high system resource usage, outdat