Record your screen online

Record your screen, a window, or a browser tab. No install needed. Your recording stays on your device.

Free forever
No file uploads
No watermarks
Works offline

Include microphone audio

Record your voice along with the screen

Recording Quality

Higher quality increases file size

Your browser will ask you to choose what to share.

Related tools

What this tool does

Record a tutorial, a bug report, or a product demo straight from your browser, no separate software or account needed. Choose to share your whole screen, one window, or a single browser tab, and download the result when you're done.

Why use it

A screen recording is the fastest way to document anything visual: a bug to report, a workflow to share with a new hire, a product demo to send to a client, a tutorial to post publicly. Text descriptions require the reader to reconstruct the visual context. Screenshots show one moment. A recording shows the sequence.

The specific advantage of a browser-based recorder is that it works without installing software on a managed or locked-down machine, and it can be accessed from any computer without syncing settings or accounts.

How it works under the hood

The recording uses the browser's MediaRecorder API with getDisplayMedia to capture the screen, optionally combined with getUserMedia for microphone audio. The browser prefers VP8 over VP9 as the recording codec because VP9 decoding in FFmpeg WebAssembly is significantly slower than VP8 (10 to 20 times), which would cause multi-minute hangs when converting short clips to MP4. If VP8 is not supported, the browser falls back to VP9, then to the default WebM format.

Recorded chunks are collected in memory as the recording proceeds. When you stop recording, the chunks are assembled into a WebM blob. The WebM file is available for download immediately. If you choose to convert to MP4, FFmpeg processes the WebM file to correct timestamp issues common in MediaRecorder output.

Tips and best practices

System audio capture (recording what plays through your speakers) is only available in Chrome and Edge on desktop. Firefox, Safari, and mobile browsers do not expose system audio through the MediaRecorder API. If you need system audio on an unsupported browser, record the screen video and add audio separately using the Add Audio to Video tool.

The WebM file produced by MediaRecorder sometimes has an Infinity duration value in its metadata, which causes some players to not display a progress bar. If this affects your workflow, use the Convert Video tool to convert the WebM to MP4, which corrects the duration metadata.

720p is the recommended quality setting for screen recordings shared in chat or email. 1080p produces larger files and is worth using only when the recording contains small text that needs to be readable.

Browser tool vs alternatives

OBS Studio is the professional choice for screen recording with full control over codec, bitrate, and multi-source composition. Loom and similar SaaS tools record to the cloud and require an account. On Windows, the Xbox Game Bar (Win+G) records locally but only captures app windows, not the full desktop. This tool records the full screen or a specific window with no account, no install, and no cloud upload.

Read the guide

How to Record Your Screen Without Installing Software

What to do next

Frequently Asked Questions

What can I record, the whole screen, one window, or a browser tab?

All three, you choose when the browser's sharing prompt appears.

Does this record audio too?

Yes, you can include audio in the recording.

What format is the recording saved as?

WEBM.

Do I need to install anything?

No, it uses your browser's built-in screen capture, no install or account needed.

Is there a recording time limit?

There's no fixed limit, but very long recordings use more memory, so it's best to download shortly after finishing.

Can I convert the WEBM recording to MP4 afterward?

Yes, use Convert Format to switch it to MP4 or another format.

Does the recording ever leave my device?

No, it's saved directly to your device when you stop recording, nothing is uploaded.

Does it work on mobile?

Screen recording works best on desktop browsers, mobile support varies by device.

Last updated: 2026-09-05