How to Cut Music on Xiaomi Smartphone: A Detailed Guide with 5 Proven Ways

Cutting audio files on Xiaomi smartphones is a challenge that both amateur musicians and those who want to create a unique call or cut the best moment from a podcast. Unlike the iPhone, which often requires third-party apps, Android devices (including the Redmi, POCO and Mi lines) offer several built-in and external solutions, but they are not all equally convenient: some applications spoil the sound quality, others limit the format of the output file, and others do not support batch processing at all.

In this article, we will discuss 5 working ways to crop music on Xiaomi โ€“ from standard tools MIUI Up to the professional editors available on Google Play.You will learn how to keep the original quality of the track, which formats are supported by default (.mp3,.m4a,.wav), and how to avoid common errors, such as losing metadata (cover, track title) after cropping through online services.+), where audio processing algorithms differ from older versions MIUI.

1. Standard Music Appendix (MIUI/HyperOS)

The most obvious, but often underrated, way to do this is to use Xiaomi's built-in player, which is hidden in the track editing menu, and it depends on the firmware version, for example, MIUI 14 and later (HyperOS) have a simplified interface, but added support for.flac and.aac formats.

To cut the track:

  1. Open the Music app** (note icon on white background).
  2. Select a track from the library and click on three dots. โ‹ฎ near-name.
  3. Slip "Edit" โ†’ "Tear it off."
  4. Move the sliders on the timeline to set the beginning and end of the fragment. Note: the step of movement is 1 second.
  5. Click Save and select the folder (MIUI/Music/Trimmed by default).

โš ๏ธ Attention: The built-in editor does not save metadata (album cover, artist name). If critical, use third-party apps from the following sections. HyperOS also does not have the volume normalization function after trimming - if a sharp break of the track, clicks may appear.

๐Ÿ“Š What version? MIUI/HyperOS use?
MIUI 12-13
MIUI 14
HyperOS (2026)
I don't know.
other

2.Recorder app (for voice recordings and music)

If you need to crop not only music tracks, but also voice memos or microphone recordings, use the standard Recorder** (Sound Recorder).This application is installed by default on all Xiaomi smartphones and supports cropping with an accuracy of 0.1 seconds - useful for editing podcasts or interviews.

Algorithm of action:

  • ๐Ÿ“ฑ Open Recorder** and import audio files via the button + โ†’ ยซImportยป.

๐Ÿ”น Pros of the method:

  • ๐ŸŽš๏ธ Accuracy of pruning to tenths of a second.
  • ๐Ÿ”„ Support for batch processing (you can crop several files in a row).
  • ๐Ÿ“‚ Automatic save to folder Recordings/Trimmed.

โš ๏ธ Note: When importing.wav or.flac files, the Recorder automatically converts them to.wav or.flac files.m4a 128 kbps bitrate: If you need to maintain the original quality, use Lexis Audio Editor (Section 4).

3. Online services for pruning (without installing applications)

If you donโ€™t want to download additional programs, use online editors, which are convenient for a one-time task, but have limitations: most services do not support files larger than 50 MB, and some (for example, AudioTrimmer) add watermarks at the output.

Top.-3 service-tested:

ServiceMax. File size.Supported formatsSave metadata?
MP3Cut100MBMP3, WAV, M4A, OGGโŒ No.
Audio-Tool50MBMP3, WAV, FLACโœ… Partially (only title)
Kapwing250 MB (with registration)MP3, WAV, M4A, AACโŒ No.

๐Ÿ”น How to Cut Music Through MP3Cut:

  1. Go to the site and click โ€œOpen Fileโ€** (or drag the track to the browser window).
  2. On the timeline, select the fragment with a mouse or enter time stamps manually (for example, 01:30-02:45).
  3. Choose the export format (MP3 320 kbps for better quality).
  4. Click "Cut" and download the file.

๐Ÿ’ก

Before uploading a file to an online service, check it for viruses โ€“ some sites can modify the audio by adding hidden ads to the beginning of the track.

4. Professional apps from Google Play

For advanced users who need additional features (overlay, mixing, batch processing), specialized editors will be suitable. We tested 10 applications and selected the best 3 for Xiaomi:

๐Ÿ“Œ Lexis Audio Editor (๐ŸŒŸ Recommended for.flac and.wav):

  • ๐ŸŽ›๏ธ Support 24-bit/96kHz Audio (important for musicians).
  • ๐Ÿ”ง Built-in equalizer and volume normalization.
  • ๐Ÿ“ Exports to MP3 (320 kbps), FLAC, WAV.

๐Ÿ“Œ WaveEditor (best for podcasts):

  • ๐Ÿ”„ Support for cloud services (Google Drive, Dropbox).

๐Ÿ“Œ Timbre (a simple interface for beginners):

  • โœ‚๏ธ Cutting, gluing and converting formats.
  • ๐ŸŽต Real-time pre-listening.
  • ๐Ÿ“ฑ Optimized for MIUI/HyperOS (No permission bugs).

๐Ÿ”น Comparison of applications:

Lexis Audio Editor| For work with lossless formats (.flac,.wav)

WaveEditor| To clean up voice recordings from noise

Timbre| For quick pruning and conversion to MP3

MP3Cut (online)| For a single task without installing programs-->

How to avoid loss of quality when pruning?
When cutting audio, it is important to keep an eye on two parameters: 1. Bitrate โ€” if the source file is 320 kbit / s, and you save 128 kbit / s, the quality will deteriorate. In Lexis Audio Editor, you can set the original bitrate manually. 2. The format โ€” converting from.wav to.mp3 always leads to losses. For music tracks, it is better to use.flac or.m4a (AAC).

5. File Manager cropping (for power users)

If you prefer to work with files directly, you can cut audio through a file manager (such as Mi File Manager or Solid Explorer) using scripts, which requires root rights or ADB, but gives you complete control over the process.

๐Ÿ”น Instructions for users with root:

  1. Install Termux from F-Droid (not from Google Play!).
  2. Enter the commands: pkg install ffmpeg ffmpeg -i input.mp3 -ss 00:01:30 -to 00:02:45 -c copy output.mp3 where -ss is the beginning of the fragment, -to is the end.
  3. The finished file will appear in the /sdcard folder.

โš ๏ธ Note: When using ffmpeg without parameter -c The copy file will be recoded, which can degrade the quality. DRM-protection (for example, tracks from Apple Music or Spotify).

๐Ÿ’ก

For pruning without loss of quality always use the parameter `-c copy` It's ffmpeg. It's copying threads without transcoding.

Comparison of methods: which one to choose?

The choice of method depends on your goals:

  • ๐ŸŽต To create a ringtone: the standard application "Music" or Timbre.
  • ๐ŸŽค For editing the podcast: WaveEditor or Recorderยป.
  • ๐Ÿ’ฟ For Lossless Audio: Lexis Audio Editor.
  • โšก For a one-time task: online services (MP3Cut).
  • ๐Ÿ› ๏ธ Automation: ffmpeg via Termux.

๐Ÿ”น Recommendations on formats:

  • ๐Ÿ“ฑ For calls and notifications:.m4a (compact, good quality).
  • ๐ŸŽง For listening in headphones:.flac or.mp3 320 kbps.
  • ๐ŸŽ™๏ธ For voice recordings:.wav (if post-processing is required).

Frequent Mistakes and How to Avoid Them

Even experienced users have problems with audio cropping, and here are the most common mistakes and solutions:

  1. File is not saved: ๐Ÿ”น Reason: Not enough space on the device or no permission to write to the folder. ๐Ÿ”น Solution: Clear the cache in Settings โ†’ Storage or save the file to SD-map.
  2. The cropped track plays with distortion: ๐Ÿ”น Reason: Too low bitrate when exporting or damage to the original file. ๐Ÿ”น Solution: In the export settings, select 320 kbit/s or use -c copy in ffmpeg.
  3. No waveform visible in the editor: ๐Ÿ”น Reason: Unsupported format (e.g..aac in older versions of Musicยป). ๐Ÿ”น Solution: Convert the file to.mp3 via Timbre before pruning.

โš ๏ธ Note: On Xiaomi smartphones with HyperOS, when trimmed through standard applications, battery optimization can work, interrupting the process. Before starting, add the editor app to exceptions: Settings โ†’ Battery โ†’ Optimizing the battery โ†’ All applications โ†’ [Choose an editor] โ†’ Not optimize.

๐Ÿ”Š Can I cut music from Spotify or Apple Music on Xiaomi?
No, tracks from streaming services are protected by DRM and cannot be edited directly, first record audio through an external microphone (quality will be worse) or use special programs to remove protection (for example, TunePat on a PC).
๐Ÿ“ฑ Why the album cover disappeared after the clipping in "Music?
The standard Xiaomi app doesnโ€™t store metadata when cropped. To return the cover, use MP3Tag (PC) or Star Music Tag Editor (Android) to manually edit tags.
โฑ๏ธ How to cut a track to millisecond accuracy?
In most mobile editors, the trimming step is 1 second. For fine-tuning, use Lexis Audio Editor (in the settings, turn on milliseconds) or ffmpeg with -ss 00:01:30.500 (where.500 is milliseconds).
๐Ÿ”„ Can I cancel the trimming and return the original file?
No, cropping is an irreversible process. Always save a copy of the original file before editing. Lexis Audio Editor has a Cancel function (until the project closes), but once saved, the changes will apply forever.
๐ŸŽถ How to make a smooth attenuation at the beginning / end of the track?
In the WaveEditor app, select the โ€œFade In/Outโ€ tool** (gradient icon). Set the damping duration (e.g., 3 seconds) and apply the effect before saving.