Recording the screen on an Android smartphone is often required to create guides, save game moments or fix errors in applications. Many users mistakenly believe that for this it is necessary to install specialized apps from Google Play. In fact, modern versions of Android (starting from Android 10) have built-in recording tools, and manufacturers like Samsung, Xiaomi or OnePlus add their own solutions.

In this article we will analyze all the available screen recording methods without installing additional software โ€”from standard Android functions to hidden capabilities of manufacturers' shells. You'll learn how to enable audio recording, where videos are saved, and why the feature may be disabled by default on some devices. We will pay special attention to the nuances of working on different OS versions and brands of smartphones.

1. Standard screen recording in Android 11 and later

Starting Android 11, Google has added a built-in screen recording tool to the system that does not require superuser rights or third-party applications. This function is available on โ€œcleanโ€ devices (Google Pixel, Nokia, Motorola) and most smartphones with minimal modifications from the manufacturer.

To activate recording:

  1. Unlock the phone and open the quick settings panel (swipe down from the top edge of the screen).
  2. Find icon Record screen (may be called Screen Recorder). If it is not there, click on the pencil (โ€œEditโ€) and add the element to the active ones.
  3. Click on the recording icon, confirm permissions (if requested) and select options:
    • ๐Ÿ”Š Sound recording โ€” turn on the microphone or system sound (on some devices only available after additional settings).
    • ๐Ÿ“ฑ Resolution โ€”usually fixed (corresponds to screen resolution).
    • โš™๏ธ Show touches โ€”useful for creating training videos.
  • Click Start and confirm the action (unlocking by PIN/fingerprint may be required).
  • The video will be saved in the folder Movies/ScreenRecordings or Video/Screen recordings (depending on the firmware). On Android 12+, the system automatically optimizes the recording bitrate to save space, but the quality remains at 1080p at 30 FPS.

    ๐Ÿ’ก

    If the recording icon is not in the notification panel, check the Android version in Settings โ†’ About phone. On devices with Android 10 and below there is no standard function - use methods for specific brands (see the following sections).

    2. Screen recording on Samsung smartphones (One UI)

    Shell-based devices Samsung shell-based One UI (Galaxy S21/S22/S23, A-series, etc.) have advanced recording tools, including the ability to capture audio from a microphone and speakers simultaneously. The function is available starting from One UI 2.0 (Android 10).

    Instructions for Samsung:

    1. Open the quick settings panel and find the icon Screen recording (if it is not there, add it through editing).
    2. Before starting recording, click on the name of the function (not on icon!) to open additional settings:
      • ๐ŸŽค Sound โ€” select Microphone + device sound (permission to record audio is required).
      • ๐Ÿ–ฑ๏ธ Show touches โ€” enable to demonstrate gestures.
      • ๐Ÿ“ Resolution โ€”options available from 720p to 4K (on flagships).
  • Touch Record and confirm via fingerprint/PIN. Recording will begin after the countdown (3 seconds).
  • Samsung model Max. recording resolution Support for sound from speakers
    Galaxy S23 Ultra 4K (3840ร—2160) Yes
    Galaxy A54 1080p (1920ร—1080) Yes
    Galaxy S20 FE 1440p (2560ร—1440) Only with microphone
    Galaxy M33 720p (1280ร—720) No

    Videos are saved in folder DCIM/ScreenRecorder. On devices with One UI 5.0+ a pause function is available during recording (useful for long sessions).

    ๐Ÿ“Š What brand of your smartphone?
    Samsung
    Xiaomi
    Google Pixel
    OnePlus
    Other
    Why is there no sound when recording on Samsung?

    If option Device sound is inactive, check:

    1. One UI version (update to the latest).

    2. Security settings: on some models, system audio recording is blocked by manufacturer policies (for example, on devices for corporate clients).

    3. Firmware region: Korean and Chinese versions may have additional restrictions.

    3. Screen recording on Xiaomi, Redmi and POCO (MIUI)

    Smartphones Xiaomi, Redmi and POCO shell-controlled MIUI have a built-in screen recorder, but its location and functionality depend on the firmware version. On MIUI 12+ the function is available from the notification panel, and on older versions it may require activation through the settings.

    Step-by-step guide for MIUI:

    1. Open the quick settings panel and find the icon Screen recording (if it is not there, add it via Edit).
    2. Before starting recording, click on the text under the icon to open the settings:
      • ๐Ÿ”Š Source sound โ€” select Microphone, Device sound or both options.
      • ๐ŸŽฏ Quality โ€” Standard (720p) or High (1080p).
      • ๐Ÿ–๏ธ Show touches โ€”enable to demonstrate gestures.
  • Press Start and confirm the permissions. Recording will begin after the countdown.
  • On Xiaomi videos are saved in the folder Movies/ScreenRecordsMIUI features:

    • ๐Ÿšซ On some models (for example, Redmi Note 8 Pro) system sound recording is not possible due to hardware limitations.
    • โšก On devices with MIUI 13+ recording in the background is available (you can minimize the control panel).
    • ๐Ÿ”„ If the recording ends after 3 minutes, check the energy saving settings for the system.

    Update MIUI to the latest version|Check free space (minimum 1 GB)|Disable power saving mode|Allow sound recording in security settings-->

    4. Screen recording on Google Pixel and "pure" Android

    Smartphones Google Pixel (as well as devices with "pure" Android, for example, Nokia or Motorola) use a standard recording tool, but with some unique features. On Pixel 4 and newer, the function supports recording in 1080p@60fps, and on Pixel 7 Pro even in 4K.

    How to record the screen on Pixel:

    1. Open the notification panel and find the icon Screen Recorder (if itโ€™s not there, add it via Edit).
    2. Click on the icon and select:
      • ๐Ÿ”Š Audio source โ€” Device audio (sound from speakers) or Microphone.
      • ๐ŸŽฅ Resolution โ€”options are available depending on the model (for example, 2208ร—1080 on Pixel 6).
  • Click Start and confirm the permissions. Recording will begin in 3 seconds.
  • Video. are saved in the folder Movies/Captures. On Pixel 6/7 the option to pause during recording is available, and on Pixel Fold there are separate settings for internal and external displays.

    ๐Ÿ’ก

    On Google Pixel, screen recording with system sound works without additional manipulations - this is one of the key advantages of โ€œpureโ€ Android over custom shells.

    5. Alternative methods: ADB and hidden functions

    If built-in screen recording is not available (for example, on older versions of Android or corporate devices), you can use ADB commands hidden functions of the firmware These methods require connection to a computer and basic knowledge of working with the command line. line.

    Method via ADB:

    1. Install Platform Tools on PC and turn on USB debugging on phone (Settings โ†’ About phone โ†’ Build number โ€” tap 7 times, then return to Settings โ†’ System โ†’ For developers).
    2. Connect your phone to the PC and run the command:
      adb shell screenrecord /sdcard/record.mp4 --bit-rate 10000000 --time-limit 180

      where:

      • --bit-rate โ€” bitrate in bps (10 Mbps in the example).
      • --time-limit โ€” recording duration in seconds (180 = 3 minutes).
  • To stop recording, click Ctrl+C in the command line.
  • The video will be saved in the root folder of the device under the name record.mp4. To record audio, additional commands will be required (for example, via adb shell dumpsys media.audio_flinger), but this method does not work on all devices.

    ADB recording limitations

    1. There is no way to capture sound from a microphone/speakers without ROOT.

    2. On some devices, recording is interrupted after 3 minutes (Android limitation).

    3. The quality depends on the bitrate - at low values โ€‹โ€‹there will be artifacts.

    6. Solving problems with screen recording

    If screen recording does not work or errors occur, check the following points:

    โš ๏ธ Attention: On devices with corporate policies (for example, issued by a company), screen recording may be blocked by the administrator. In this case, standard methods will not help - unlocking through the IT department is required.
    • ๐Ÿ”„ Update the firmware - on older versions of Android (below 10) there may not be a built-in recording function.
    • ๐Ÿ”Š Problems with sound:
      • On Samsung check the resolution Record audio on Settings โ†’ Applications โ†’ Screen Recorder โ†’ Permissions.
      • On Xiaomi the sound from the speakers may not be recorded due to MIUI restrictions - use an external microphone.
    • ๐Ÿ“ฑ Recording is interrupted:
      • Turn off the power saving mode for system applications.
      • Check free space (required minimum 500 MB for a 5-minute video in 1080p).
    • ๐Ÿšซ No recording icon:
      • On some devices (for example, Huawei without Google services) the function may be called differently - look for Smart Recorder or Game Toolkit.
      • If the icon is not in the notification panel, try starting recording through Settings โ†’ Advanced โ†’ Screen recording.
    Problem Possible cause Solution
    Recording does not start No permissions Reboot the phone and try again
    No sound Firmware restrictions Use an external microphone
    Video lags Low bitrate Reduce resolution or close background applications
    Recording icon is gray No mode is active disturb" Disable the mode in the notification panel

    7. Where are the recordings stored and how to edit them

    By default, videos are saved in the following folders (depending on the manufacturer):

    • ๐Ÿ“ Google Pixel / "pure" Android: Movies/Captures or Movies/ScreenRecordings.
    • ๐Ÿ“ Samsung: DCIM/ScreenRecorder.
    • ๐Ÿ“ Xiaomi/Redmi/POCO: Movies/ScreenRecords.
    • ๐Ÿ“ OnePlus: Internal Storage/ScreenRecordings.

    For quick access to recordings:

    1. Open the gallery and go to the album Video or Screen Recordings.
    2. Use a file manager (for example Files by Google) and find the folder on the path above.
    3. On Samsung recordings are also duplicated in the application My files โ†’ Video โ†’ Screen recordings.

    For basic editing (trimming, overlaying text), you can use the built-in tools:

    • ๐ŸŽฌ Google Photos: open the video โ†’ Edit โ†’ trim the beginning/end.
    • ๐ŸŽž๏ธ Galaxy Editor (on Samsung): effects, overlaying music and subtitles are available.
    • โœ‚๏ธ MIUI Video Editor (on Xiaomi): supports adding stickers and changing the speed.
    ๐Ÿ’ก

    To quickly share a recording, use the function Fast sending (on Samsung) or Nearby Share (on Google Pixel) - the video is sent without compression.

    FAQ: Frequent questions about screen recording

    Is it possible to record the screen on Android 9 and below without applications?

    On devices with Android 9 Pie and below there is no built-in screen recording function. Alternatives:

    • Use ADB commands (see section 5).
    • On some devices (for example, Samsung Galaxy S8) recording is available via Game Launcher โ€” add the game/application to the library and use the built-in recorder.
    • If you have Xiaomi on MIUI 10, try activating the hidden function through the engineering menu (code ##6484##), but this does not work on all models.
    Why doesn't screen recording capture audio from a game or video?

    This limitation is due to copyright protection (DRM). Many applications (Netflix, Spotify, protected games) block system sound recording. Solutions:

    • ๐ŸŽค Use external microphone to capture audio.
    • ๐Ÿ”Š On some devices (for example ROG Phone) there are workarounds through the settings for gamers.
    • โš ๏ธ Recording sound from speakers may violate the terms of use of some services (for example, Netflix prohibits this in its rules).
    How to record the screen with internal sound on Xiaomi if the option is inactive?

    On most devices Xiaomi system sound recording is blocked at the firmware level. Workarounds:

    1. Install Magisk and module Audio Record Patch (ROOT required).
    2. Use external sound card with a microphone input (for example, via USB-C).
    3. Record the audio separately on another device and mix the tracks in the editor (for example, CapCut or KineMaster).
    โš ๏ธ Attention: Installing Magisk will void the warranty and may cause the device to become unstable. Please back up your data before use.
    How much space does a minute of screen recording take?

    The file size depends on the resolution and bitrate:

    Resolution Bitrate Size in 1 minute
    720p (1280ร—720) 4 Mbps ~30 MB
    1080p (1920ร—1080) 8 Mbps ~60 MB
    1440p (2560ร—1440) 12 Mbps ~90 MB
    4K (3840ร—2160) 20 Mbps ~150 MB

    In practice, the size may vary depending on the codec (usually H.264 or H.265) To save space, reduce the resolution in the recorder settings or convert the video after recording (for example, through HandBrake).

    Is it possible to record the screen during a phone call?

    Technically this is possible, but:

    • ๐Ÿ“ž On most devices the audio of the call will not be recorded due to security restrictions.
    • ๐ŸŽฅ The video will be captured, but without sound from the other party (only your voice through the microphone, if enabled).
    • โš ๏ธ Recording conversations without the consent of the interlocutor may violate the laws of your country (for example, in Russia, notification of all participants in the conversation is required).

    To record calls, it is better to use specialized applications (for example, Cube Call Recorder), but they may also not work on new versions of Android due to stricter privacy policies.