All tools

Screen Recorder

Click the start button and your browser will ask for permission to share your screen, a window, or a tab. When you stop recording, the video plays back instantly and you can download it to your computer. No file is ever uploaded to a server.

Screen Recorder
Your browser doesn't support screen recording. Please use a current version of Chrome, Edge, or Firefox.

What can I do after recording?

Once recording stops, the video appears in the playback area — you can watch it with the play button or save it to your computer with the download link.

How does screen recording work?

This tool uses browsers' built-in getDisplayMedia and MediaRecorder APIs. getDisplayMedia opens the operating system's own screen/window/tab picker, and MediaRecorder records the resulting video (and audio, if included) stream into a video file.

Formula

  • When you click 'Start Recording', the browser opens a permission dialog to choose which screen/window/tab to share.
  • Once the user selects a source and grants permission, a live video stream from that source begins.
  • The MediaRecorder API writes this stream in chunks to a video file.
  • When 'Stop Recording' is clicked, recording ends and the chunks are combined into a playable video.
  • The video can be played directly in the browser and saved to the device via the download link.

Example usage

While giving a presentation, you click 'Start Recording' and choose your browser tab; when the presentation ends, you click 'Stop Recording' and the video instantly appears in the playback area, with a download link ready.

Tips for screen recording

  • Before starting, carefully choose which window or tab to share from the browser's picker list.
  • If you want audio, remember to check the 'share tab audio' or 'share system audio' option in the browser's permission dialog.
  • Download the video as soon as recording finishes — it's cleared from memory when the page is reloaded or closed.

Comparisons

Full screen sharing

All windows on the desktop are visible

Be careful that private information, like notifications, doesn't accidentally appear.

Single window sharing

Only the selected application is visible

The safest option for presentation or demo recordings.

Browser tab sharing

Only the selected tab is visible

The option to include tab audio is usually offered here.

Guide to browser-based screen recording

Screen recording is used for many purposes, such as creating tutorial videos, filing bug reports, capturing product demos, or documenting a presentation. Traditionally this required installing separate software; modern browsers now offer this functionality directly.

This tool uses a combination of the W3C standard Screen Capture API (getDisplayMedia) and the MediaRecorder API. Together, these two APIs allow screen recording to happen through the browser itself, without needing to install any additional plugin or software.

For privacy, browsers only start screen sharing with the user's explicit, informed consent; a system dialog appears each recording session, letting the user choose which screen, window, or tab to share. This prevents websites from secretly recording the screen without user permission.

The recorded video is created in the WebM format and kept entirely in the browser's memory; it's never uploaded to a server at any stage. This offers both privacy and speed advantages, since large video files don't need to be sent over the internet.

When using this tool, it's important to clearly choose what content you intend to record — especially with the 'entire screen' option, keep in mind that other windows on your desktop may show information you don't want visible.

FAQ

Is the recorded video uploaded to a server?

No. Recording happens entirely in your browser and the video is never sent to any server; it's only processed and downloaded on your device.

Which browsers does this tool work in?

It works in current versions of desktop browsers like Chrome, Edge, and Firefox. Some mobile browsers, like iOS Safari, don't support the screen-sharing API.

Can I record my audio too?

Yes, if you select the option to share system or tab audio in the browser's permission dialog, audio is included; microphone audio may require separate permission.

How do I stop recording?

You can click the 'Stop Recording' button on the page, or use the 'Stop sharing' option from the browser's sharing bar.

What format is the video downloaded in?

The video is downloaded in the WebM format supported by your browser; this format is supported by most modern players and editing software.

Is there a limit on recording duration?

The tool itself doesn't impose a time limit, but long recordings can increase your browser's memory usage.

Can I crop or edit my screen while recording?

This tool focuses on basic recording functionality; for cropping and editing, you'll need to import the recorded video into video editing software.

Why was I asked for screen-sharing permission?

For privacy reasons, browsers only allow screen recording when the user explicitly grants permission, re-confirmed at the start of each recording session.

Related tools

Embed this tool on your site

<iframe src="https://pinfox.tech/en/tools/general/screen-recorder/?embed=1" width="100%" height="720" loading="lazy" style="border:0;border-radius:12px;overflow:hidden" title="Screen Recorder: Free Recording Right in Your Browser - Pinfox"></iframe>