Free Tools Grid

Free Online Screen Recorder

Utility Tools

A free online screen recorder that captures your screen, webcam, and microphone — entirely in your browser. No download, no sign-up, no upload. Chunks stream straight to disk so even multi-hour recordings keep working without crashing the tab.

Runs entirely in your browser
Checking browser support…

About Free Online Screen Recorder

Most so-called free online screen recorders fall into one of three traps: they ask you to install an app, they push your video through a server with a paywall on download, or they buffer the whole recording in browser memory until you click Stop — which means the tab silently crashes after twenty or thirty minutes. This screen recorder is built around the opposite goal. Everything happens locally in your browser via the standard `getDisplayMedia`, `getUserMedia`, and `MediaRecorder` Web APIs, the recording is chopped into two-second chunks that are flushed to disk as they're captured, and you never see a sign-up form.

Pick one of three modes — Camera, Screen, or Screen + Camera — and the recorder handles the rest. *Camera* records a clean talking-head video from your webcam plus mic. *Screen* captures a full screen, a single window, or a single browser tab, including the tab's audio on supported browsers. *Screen + Camera* composites both onto a single file with a draggable, resizable webcam picture-in-picture (round, square, or rounded) — the kind of layout people normally use Loom or OBS for. Resolution presets cover 480p, 720p, and 1080p, frame rates run from 24 to 60 fps, and bitrate is adjustable from 1 to 12 Mbps so you can trade file size for crispness.

Because this is a free browser screen recorder rather than a paid SaaS product, there is no upload step. Files save directly to your chosen folder on Chromium browsers via the File System Access API; on Firefox and Safari they buffer to IndexedDB and download in one shot when you stop. Either way, nothing leaves your device — you can verify this in DevTools' Network tab. There's no watermark, no resolution cap, no recording-length limit beyond what fits on your disk, and no account required.

How to use

  1. 1

    Check the 'Your browser' panel

    Before you record, glance at the support panel at the top. It tells you exactly which features your browser supports — camera, screen capture, stream-to-disk, output format — and surfaces actionable next steps for anything that's limited or unavailable.

  2. 2

    Pick a recording mode

    Choose Camera + Mic (a webcam-only recording), Screen (capture a tab, window, or your entire desktop), or Screen + Camera (composite your webcam into a corner of the screen recording — perfect for tutorials and product walkthroughs).

  3. 3

    Choose devices and quality

    Pick which webcam and microphone to use, the resolution (480p / 720p / 1080p), frame rate (24 / 30 / 60 fps), and bitrate (1–12 Mbps). 720p at 30 fps with a 5 Mbps bitrate is a good default for most screencasts; bump to 1080p / 8 Mbps for tutorials with fine on-screen detail.

  4. 4

    Click Start recording

    Your browser asks for camera, microphone, and/or screen permission. On Chrome and Edge it then asks where to save the file — chunks stream there in real time. On Firefox and Safari the file is buffered in your browser and downloaded when you stop.

  5. 5

    Adjust the webcam overlay (Screen + Camera mode)

    Drag the dashed overlay on the preview to move the webcam picture-in-picture anywhere on screen, drag the bottom-right corner handle to resize, and pick rounded, circle, or square as the shape. Changes apply live — even mid-recording.

  6. 6

    Pause, resume, mute, and stop

    While recording, you can pause and resume (handy for skipping interruptions), mute the microphone (the timer keeps running but no audio is captured), or stop to finalise. If you want to throw the recording away mid-flight, click Discard — the chunks are deleted immediately and nothing reaches your disk.

Frequently asked questions

Is this really a free online screen recorder with no watermark?+

Yes. There's no sign-up, no trial period, no watermark, no maximum recording length, and no upload step. The recorder runs entirely in your browser via the built-in MediaRecorder API, and the output file is a clean MP4 or WebM that you can use commercially or personally without attribution. We cover hosting through small ads on the surrounding site, not by limiting the tool.

Do I need to download or install anything?+

No. The screen recorder is a single web page. Visit the URL, click Start recording, grant browser permissions, and you're rolling. There's nothing to install, no Chrome extension, no desktop app. You can use it from a guest computer without admin rights.

Is my recording uploaded to a server?+

No. The page contains no upload code, no backend endpoint, and no third-party SDK that would touch your media. Capture happens via the browser's built-in MediaRecorder, and chunks are written either directly to a file on your disk (via the File System Access API on Chrome/Edge) or to your browser's local IndexedDB storage. You can verify zero network traffic in DevTools → Network — recording produces no outgoing requests.

How does this compare to Loom or OBS?+

It overlaps with Loom's free tier on the most-requested features (screen + webcam picture-in-picture, mic audio, instant playback) without the sign-up, the 5-minute cap, or the cloud-hosted file you have to share via link. It does not aim to replace OBS for advanced production work — there are no scenes, transitions, plugins, or live-streaming. The sweet spot is fast, private tutorial and bug-report recordings you intend to download and share yourself.

How long can I record?+

There's no fixed time limit. The chunked-writing architecture keeps memory usage flat regardless of length, so recordings of several hours are practical. The practical limit is your disk space (for stream-to-disk mode) or your browser's IndexedDB quota (typically several GB on desktop browsers, less on mobile).

What file format do I get? Will it work in iMovie / Premiere / DaVinci Resolve?+

The recorder picks the best codec your browser supports. On Safari and recent Chromium you'll get MP4 (H.264 + AAC), which imports natively into iMovie, Premiere Pro, Final Cut, DaVinci Resolve, and just about every other editor. On Firefox and older Chromium you'll get WebM (VP9 + Opus); Premiere and Final Cut don't import WebM directly, but DaVinci Resolve does, and you can convert WebM to MP4 in a few seconds with the free HandBrake or FFmpeg.

Can I record system audio (the sound playing on my computer)?+

On Chrome and Edge, yes — when you pick 'a Chrome tab' as the screen-capture source, the tab's audio is included automatically. When you pick 'your entire screen', you'll see a 'Share audio' checkbox on Windows; tick it to include system audio. Firefox and Safari do not yet expose system audio through getDisplayMedia, so on those browsers only mic audio is recorded.

What happens if my browser crashes mid-recording?+

Every chunk is mirrored to IndexedDB while you record. When you reopen the tool, a recovery banner appears at the top listing any unfinished recordings. Click Recover to assemble the chunks and download the partial file. Worst case you lose the last two seconds (the latest chunk that hadn't flushed yet).

Why does the screen-capture permission appear every time?+

Browsers deliberately require explicit, per-session consent for screen capture because of how invasive it can be — there's no way to remember the choice across visits. That's a security policy, not a tool limitation. The camera and microphone permissions, by contrast, can be remembered for the site after the first grant.

Can I record on my phone?+

Camera + Mic recording works on most modern mobile browsers. Screen capture (getDisplayMedia) is not supported on mobile Safari or mobile Firefox, and only partially on mobile Chrome — so the Screen and Screen + Camera modes are typically only available on desktop.

Is this a good free screen recorder for Chromebooks?+

Yes — Chromebooks ship with Chrome, which is the best-supported browser for this tool. You get stream-to-disk via the File System Access API, MP4 output, full screen / window / tab capture with audio on supported sources, and full webcam overlay support. No extension needed.