Screen recording has become a daily task for remote workers, content creators, educators, and support teams. The good news in 2026 is that built-in tools on every major platform are genuinely capable for basic capture, and free tools like OBS cover the complex cases. The bad news is that default settings on most tools produce oversized files, muffled audio, or videos that freeze on playback. Here is how to avoid those problems.
What changed in 2026
- Windows Game Bar matured. The built-in Xbox Game Bar now captures browser windows and productivity apps, not just games, at up to 1080p60.
- macOS Screenshot is fully featured. System screenshot tool records full screen, window, or custom region with microphone audio and system audio capture.
- AV1 recording is mainstream. GPU hardware encoders on RTX 40-series and RX 7000-series output AV1, cutting file size by 30–50% vs H.264 at the same quality.
- iOS and Android capture system audio. Both platforms now record internal audio during screen capture without workarounds (previously required special modes or cables).
Tool comparison
| Tool |
Platform |
Best for |
Cost |
| Windows Game Bar |
Windows |
Quick gaming/app capture |
Free (built-in) |
| macOS Screenshot |
macOS |
Simple screen + audio |
Free (built-in) |
| OBS Studio |
Win/Mac/Linux |
Complex multi-source recording |
Free |
| QuickTime Player |
macOS |
Simple video/screen |
Free (built-in) |
| iPhone screen record |
iOS |
Mobile tutorials |
Free (built-in) |
| Android screen record |
Android |
Mobile tutorials |
Free (built-in) |
Paid options (Camtasia, Screenflow, Snagit) add annotation tools and direct editing. Worth it if annotation is your main use case; otherwise OBS or built-ins are sufficient.
Windows: Game Bar
Press Win + G to open Game Bar. Click the Record button (or Win + Alt + R to start/stop without the overlay). By default it saves to Videos\Captures.
Settings → Captures:
- Max recording length: set to what you need (default 2 hours)
- Video frame rate: 60 FPS for smooth capture
- Video quality: High
- Capture audio while recording: On
Limitation: Game Bar does not record the desktop itself or File Explorer — use OBS or Snipping Tool for those.
macOS: Screenshot app
Press Cmd + Shift + 5 to open the capture toolbar. Choose "Record Entire Screen" or "Record Selected Portion."
Click Options before starting:
- Microphone: select your input
- Show Floating Thumbnail: off (faster save)
- Remember Last Selection: on
For system audio capture (to record video playback audio), enable "Capture System Audio" in the options dropdown. Output saves to Desktop by default — change to a dedicated folder.
OBS Studio: best for complex recordings
See How to set up OBS in 2026 for full OBS configuration. For recording specifically:
Settings → Output → Recording:
- Format: MKV (remux to MP4 after via Tools → Remux Recordings)
- Encoder: NVENC H.264 or AV1; AMF for AMD; x264 for CPU-only
- Rate Control: CQP (constant quality)
- CQ Level: 18–22 (lower = better quality, larger files)
Add sources in the Scene: Display Capture (for full desktop) or Window Capture (for specific apps), plus Audio Input Capture for mic and Audio Output Capture for system audio.
File format guide
| Format |
Use case |
Notes |
| MKV |
OBS recording in progress |
Crash-safe; remux to MP4 after |
| MP4 (H.264) |
Sharing, upload to video platforms |
Universal compatibility |
| MP4 (AV1) |
Smaller files, modern platforms |
Not supported on older devices |
| MOV |
macOS native recordings |
Large but high quality |
| WebM |
Web embedding |
Good compression, wide browser support |
How to pick your approach
- Quick capture, no editing needed? Use the built-in tool for your OS.
- Recording for a tutorial or course? OBS with window capture; edit in DaVinci Resolve (free) after.
- Recording gameplay? Game Bar for simple clips; OBS for longer sessions with overlay scenes.
- Mobile tutorial? Built-in screen record is the only option; position your phone in landscape if the content warrants it.
- Need annotations or zoom effects? A paid tool (Snagit, Screenflow) is justified — they save time in post-production.
Common mistakes
Recording the whole monitor when only one window is needed. Capture the specific window or region — it reduces file size and looks more professional in tutorials.
No system audio. Viewers watching a tutorial of software with sound effects or alerts miss context. Enable system audio capture.
Recording directly to MP4 with OBS. If the session crashes or you force-quit, the file is unreadable. Always record to MKV and remux afterward.
Ignoring storage. An hour of 1080p60 H.264 recording is ~4–8 GB depending on bitrate. AV1 cuts this to ~2–4 GB. Plan storage before a long session.
Wrong sample rate. Set audio to 48 kHz both in OBS settings and your system audio settings to avoid pitch drift on long recordings.
What to skip
- Paid screen recorders for simple one-off tasks — built-in tools handle them at zero cost.
- Recording at 4K for 1080p delivery — unless you plan to zoom/crop in editing, it wastes storage and encoding time.
- Screen recorder browser extensions — they are limited, add browser overhead, and produce lower quality than a dedicated tool.
FAQ
Can I record just one window without showing the rest of the screen?
Yes — OBS Window Capture, macOS "Record Selected Window" (hold Option when clicking a window in the Screenshot toolbar), or Windows Snipping Tool all support window-only capture.
How do I reduce file size without losing quality?
Use AV1 encoding (GPU required) or H.265 — both produce smaller files than H.264 at the same visual quality. In OBS, set rate control to CQP rather than CBR.
Do I need to pay for screen recording software?
No — OBS and all built-in tools are free and capable. Pay only if you need built-in annotation (click highlights, zoom) or direct-export editing workflows.
How long can I record with built-in tools?
macOS Screenshot has no enforced limit but depends on storage. Windows Game Bar defaults to 2 hours (adjustable). OBS has no time limit.
Where to go next