2 min read
How to Record Your Screen Without Installing Anything
Your browser can record your screen, window, or a single tab — with audio — and never send a byte to a server. Here's how it works and how to get the best results.
Your browser already has a screen recorder
Every modern browser ships the Screen Capture API — the same mechanism Google Meet and Zoom's web client use for screen sharing. Pointed at a recorder instead of a call, it captures your screen at 30 frames per second and hands the video directly to your tab. No extension, no installer, no OBS learning curve, and critically: no upload. The video is assembled in your tab's memory and only ever written to your own downloads folder.
That local-only pipeline is what separates a browser recording from the 'free online screen recorder' sites that upload your capture to their servers for processing — where your footage sits subject to their retention policy, watermarked until you pay. Everything a screen recorder needs to do can happen on your machine, so any tool that phones home is adding risk, not features.
Screen, window, or tab — pick the right one
When recording starts, the browser shows a picker with three scopes. Entire screen captures everything, including notifications sliding in over your work — turn on Do Not Disturb first. Window follows one application and stays clean if you don't move other windows over it. Browser tab is the most private option: it captures only that tab's content, and it's the only mode where Chrome and Edge can also capture the tab's audio.
That audio detail matters more than people expect. If you're recording a video call, a YouTube clip, or anything with sound, choose tab capture and check the 'also share tab audio' box in the picker. System-wide audio capture is limited or unavailable in most browsers — tab audio is the reliable path.
Recording a clean take
A little preparation beats editing. Close what you don't want visible, silence notifications, and rehearse the first ten seconds — most re-records happen because of a fumbled start, not a fumbled middle.
- 1Open the screen recorder and decide whether you want microphone narration mixed in.
- 2Click start and choose your scope in the browser's picker — tab for anything with audio, window for app demos.
- 3Perform the thing you're demonstrating. Don't narrate errors; pause, breathe, redo the sentence — you can trim later.
- 4Stop from the tool or the browser's own sharing bar; both end the recording cleanly.
- 5Preview the clip, then download the .webm before closing the tab — nothing persists after the tab closes.
What to do with the .webm file
WebM plays natively in every modern browser and imports directly into CapCut, DaVinci Resolve, Premiere, and YouTube. If a workflow demands MP4 — some corporate tools and iMessage previews are picky — any converter handles WebM to MP4 in seconds, and the VP9 video inside is high enough quality that the conversion won't be the weak link.
For short-form content, record at your full screen resolution and crop to vertical in the editor rather than trying to record a narrow region. The extra pixels give you room to reframe, zoom on the cursor, and keep text legible after the crop — the difference between a screen recording that reads well on a phone and one that doesn't.
Frequently asked questions
Is there really no time limit or watermark?
Really. The browser API has no such concepts — those are artificial restrictions added by services that process your video server-side and need a reason to charge. A local recording is bounded only by memory, at roughly 5–15 MB per minute.
Why is my recording silent?
Audio requires explicitly opting in twice: check 'share tab audio' in the browser's picker for the sound the tab plays, and enable the microphone option for narration. Recording a window or full screen captures no audio in most browsers — use tab capture when sound matters.
Can I record protected content like Netflix?
No — DRM-protected video renders through a protected path the capture API can't see, so you'll record a black rectangle. This is by design and no recorder that runs in a browser can bypass it.
Tools mentioned in this guide
Screen Recorder
Record your screen, window, or tab — with optional mic narration, never uploaded.
Productivity Tools
Voice Recorder
Record audio from your microphone and download it — nothing uploaded.
Productivity Tools
Microphone Tester
Check your mic with a live level meter — nothing is recorded.
Device Tests
Webcam Tester
Preview your camera live, switch devices, and grab a snapshot — nothing is stored.
Device Tests
Keep reading