user@s3-3:~/s3-3/tools/how-to-use-windows-steps-recorder $ cat index.md
S3-3 Tech Guides & Tools
~/tools/how-to-use-windows-steps-recorder
Windows Tips · Jul 2026

How to Use Windows Steps Recorder to Document a Bug

Explaining a computer problem over the phone or in a chat message is slower and less precise than showing exactly what happened, click by click. Steps Recorder (still often called by its older name, Problem Steps Recorder, or psr.exe) has shipped with Windows for years specifically for this — it records every click and keystroke context along with a screenshot, then bundles it into a single file you can hand to whoever's helping you.

Opening Steps Recorder

It's a hidden built-in tool with no Start menu tile in most Windows versions. Open the Run dialog with Windows key + R, type psr, and press Enter. A small toolbar appears with Start Record, Stop Record, and a few other controls.

Recording a Problem

  1. Click "Start Record."
  2. Reproduce the problem exactly as it happens normally — open the same apps, click the same buttons, in the same order you would if you weren't recording.
  3. Steps Recorder takes a screenshot automatically every time you click, along with a text description like "User left click on 'Save' in 'Document1 - Word.'"
  4. Click "Stop Record" once you've captured the issue.
  5. Windows generates a single .zip file containing an .mht report — a formatted document with all the screenshots and step descriptions in order, viewable in a browser.

Adding Comments Mid-Recording

While recording, the toolbar includes an "Add Comment" button that lets you highlight a specific area of the screen and type a note — useful for pointing out something Steps Recorder's automatic click-tracking won't capture on its own, like "this is where the error message appeared but there was no click to record" or "notice the greyed-out button here."

Set a longer capture limit first. Before recording, click the small dropdown arrow next to the Steps Recorder icon and choose "Settings" to increase the number of screenshots stored (the default caps out at a fairly low number for long sessions). If a problem takes many steps to reproduce, the default limit can cut off the recording before you reach the actual issue.

What It's Good For (and What It Isn't)

Steps Recorder is built for capturing UI interactions — clicks, menus, dialog boxes, and the on-screen sequence leading to a problem. It does not record video, audio, or continuous screen motion, and it can't capture anything happening inside full-screen games or some hardware-accelerated video playback. For those situations, a proper screen recording tool that captures continuous video is the better choice. Steps Recorder's advantage is specifically for reproducible, click-based software problems — a setting that won't save, an error dialog that appears after a specific sequence of actions, or a form that behaves unexpectedly.

Sharing the Report

The generated .zip file is small enough to email directly in most cases, since it's mostly text and modestly sized screenshots rather than video. Whoever receives it just needs to extract the .zip and open the .mht file, which opens automatically in most Windows web browsers without any extra software — no special viewer or account needed on their end.

Privacy Note Before Sending

Because Steps Recorder screenshots the entire screen at each click, it's worth reviewing the report before sending it anywhere — it will capture anything visible at the time, including desktop icons, background windows, or notification pop-ups that happened to appear mid-recording, not just the specific app you're troubleshooting. A quick scroll through the generated report before sharing it takes under a minute and avoids sending more than intended.

It's a small, unglamorous tool, but for describing an intermittent or hard-to-explain software issue to IT support, a developer, or a more technical friend, a Steps Recorder report communicates in a few seconds what a paragraph of typed description often fails to convey clearly.

Why Steps Recorder Sometimes Seems to Disappear

Because it has no Start menu tile or taskbar icon in most Windows versions, people who used it once often can't find it again later and assume it was removed in an update. It hasn't been removed — the psr command still works the same way across current versions of Windows — it's simply never been given a proper visible entry point, which is part of why it remains one of the more overlooked built-in tools even among people who consider themselves reasonably comfortable with Windows. Pinning a shortcut to it (right-click a Run dialog result, or create a desktop shortcut pointing at psr.exe) is worth doing once if you expect to reach for it regularly, rather than reopening the Run dialog and retyping the command every time.

Using It for Your Own Documentation, Not Just Support Tickets

Steps Recorder isn't only useful for reporting a bug to someone else — it's equally handy for documenting your own repeatable process, like a multi-step configuration change you only do once every few months and always forget the exact order of, or a workaround for a known quirky app that you'll want to repeat later without re-deriving it from memory. Saving a recorded report as a personal reference alongside notes works as a lightweight, self-made instruction sheet, generated automatically as you work rather than written up separately afterward.

Handling Multi-Monitor Setups

On a system with more than one monitor, Steps Recorder captures whichever screen has the active window at each click, switching automatically as you move between monitors — it does not capture all monitors simultaneously in a single wide screenshot. If a problem involves interacting with windows across two screens, this generally still works fine since the tool follows your clicks rather than staying fixed on one physical display, but it's worth checking the generated report afterward to confirm each step landed on the screen you expected, particularly on a dual-monitor setup where windows move between displays more often than on a single screen.