HAR Viewer Online
Analyze an Exported HAR File's Network Requests
Need to use HAR Viewer Online right now?
Share a DevTools Network capture with someone else without them needing to reopen the original session.
Export a .har file from your browser's DevTools Network tab (right-click → "Save all as HAR") to analyze it here.
Features
- Runs entirely in your browser
- Privacy-first — your data is never uploaded
- Real-time, instant results
- 100% free, no sign-up required
- Works on desktop, tablet, and mobile
- No installation needed
Who uses this tool?
People also search for
About HAR Viewer Online
A HAR (HTTP Archive) file — exported from any browser's DevTools Network tab — captures every request a page made while loading, but the raw file is a deeply nested JSON structure that's genuinely painful to read directly, even though DevTools itself shows it nicely at capture time.
This tool reads an exported .har file and displays every network request in a clean table: HTTP method, URL, status code (color-coded by range — green for 2xx, blue for 3xx, amber for 4xx, red for 5xx), and response time — plus summary totals for request count, combined load time, and total transferred size.
This is especially useful for sharing a performance or debugging investigation with someone else after the original DevTools session has closed — export the HAR once, and anyone can review the exact request timeline and status codes without needing to reproduce the original browsing session.
How it works
- Export a .har file. In Chrome DevTools, right-click the Network tab's request list and choose "Save all as HAR."
- Upload the file. Choose the exported .har file.
- Review the request table. See every request's method, URL, status, and timing.
Examples
Slow request
Input
A HAR file with a request taking 3200ms
Output
That row shows "3200 ms" clearly, making the slow request easy to spot in the table.