What ErrorAnalyser is, and how it works

A free Windows app that reads the error log your PC already keeps, and translates it into plain English. Here is exactly what it reads, what leaves your computer when you ask for an analysis, and what it costs.

Last verified August 19, 2026 · Windows 10 & 11

What does ErrorAnalyser actually do?

ErrorAnalyser is a desktop app for Windows 10 and 11 that reads the Windows Event Log — the record your PC already keeps of everything that goes wrong — and turns it into a plain, filterable list. You select the entries you care about, press Analyse, and an AI model explains what each one means and what to do about it.

The information was never hidden. Windows has shipped Event Viewer for decades, and everything ErrorAnalyser shows you is sitting in it right now. The problem is that the entries are written for the developers of the component that failed: Event ID 10016 from DistributedCOM is a real sentence to somebody, and nonsense to everybody else. That translation gap is the entire product.

The ErrorAnalyser window: System logs listed by time, source, Event ID and level, with the AI Analysis Results panel open on three selected entries — DistributedCOM 10016, Windows Update Client 20 and Firefox Default Browser Agent 1140 — each marked benign and no action

The same events Event Viewer holds, with the explanation beside them. The three selected entries here — DistributedCOM 10016, a Windows Update install failure and a Firefox Default Browser Agent error — all get the honest verdict: benign, no action needed.

What happens when you press Analyse?

Nothing leaves your computer until you press Analyse. When you do, three fields are sent for each error you selected: its Event ID, the name of the source that logged it, and the error message text, truncated.

  1. On your PC

    The log is read locally

    ErrorAnalyser asks Windows for the events you filtered for, using the same read-only interface Event Viewer uses. Nothing is transmitted at this stage — not even if you leave the app open all day.

  2. Our backend

    Only what you selected is sent

    For each error you picked: its Event ID, the name of the source that logged it, and the message text (truncated). The backend first checks whether an identical error has already been explained, so common errors cost nobody a second analysis.

  3. Google's Gemini API

    The explanation is generated

    New errors go to Google’s Gemini API, which writes the explanation and the fix steps. We use the paid API tier, under which Google does not use submitted content to train its models.

The answer comes back into the app, not into a browser tab. Identical errors are recognised by a one-way hash of their content, so aKernel-Power 41 that thousands of people have already hit is answered from cache instead of being sent anywhere again.

The full data path is written down

Every field that is transmitted, every field that never is, and what happens to the analysis afterwards is listed on Is ErrorAnalyser safe? — including the parts that are worth being cautious about.

Which logs does it read?

ErrorAnalyser reads the three Windows logs where problems are actually recorded: System, Application and — only if you ask for it — Security. It reads them the way Event Viewer does, without modifying, clearing or deleting anything.

LogWhat lives thereNotes
SystemDrivers, services, disks, power, the kernel. Nearly all crash and restart evidence.Readable without administrator rights
ApplicationCrashed programs, installers, database and indexing components.Readable without administrator rights
SecurityLogon attempts and audit records.Windows only lets administrators read this one — that is a Windows rule, not ours
Setup and Forwarded Events, the two remaining Windows logs, are not read: they hold installation history and events forwarded from other machines, neither of which helps a home PC diagnose itself.

What does it cost?

Looking at your errors is free forever and does not expire. The paid Pro plan ($10 per month) exists for one reason: AI analysis costs us money per request, so it is metered.

FreePro
Browse your Windows errorsYesYes
Error historyYesYes
Advanced filtersNoYes
AI analysis0 per day30 per day · 120 per month
Deep Analysis0 per day12 per day · 40 per month

There is no trial countdown, no feature that quietly stops working, and no upsell dialog when you open the app. If the free view answers your question, that is a complete outcome — see the pricing page for the exact limits.

What ErrorAnalyser is not

ErrorAnalyser is a reading tool, not a repair tool. It is worth being explicit about the things it deliberately does not do, because most software in this category claims all of them.

  • It does not clean, optimise or repair anything. No registry cleaning, no junk-file scan, no “1,247 problems found”. It shows you what Windows recorded and explains it.
  • It never changes your system by itself. Fix steps are instructions for you to follow, deliberately. A tool that edits your system based on an AI guess is a worse idea than the problem it is solving.
  • It does not read crash dumps. After a blue screen Windows writes a memory dump to C:\Windows\Minidump. Reading those is a different job — BlueScreenView and WhoCrashed do it well, and we say so on the alternatives page. ErrorAnalyser reads the event log, which records that the crash happened and what surrounded it.
  • It is not a monitoring or SIEM tool. It looks at one machine, on demand. It does not collect logs from a fleet of servers, raise alerts, or retain events centrally.
  • It is not magic. An AI explanation of an event is as good as the event. Some Windows errors are genuinely ambiguous, and when that is the case the honest answer is a short list of things to check, not a confident diagnosis.

Who is it for?

Two kinds of people, for two different reasons — and if neither describes you, you probably do not need this app.

People whose PC is misbehaving and who do not want to spend an evening on a forum thread from 2017. Something crashes, restarts, or freezes; the log knows something about it; the app reads the log and tells you in a sentence what it found.

People who already open Event Viewer and simply want the same information faster: filters that survive a refresh, sources read live from the machine, and a plain-language second opinion on an event ID they have not seen before.

Common questions

See it on your own machine

The free plan shows you every error your PC has recorded. You can decide about AI analysis after you have seen what is in there.