An alarm clock on a Xiaomi smartphone can be a real headache if it is triggered at the wrong time β during an important meeting, in the cinema or in the middle of the night due to a randomly set time. Unlike other brands, MIUI firmware has its own alarm control features that are not always obvious to users. For example, some models (such as the Redmi Note 12 or POCO X5) duplicate signals through the standard Watch app and Google Clock, which complicates the process of disconnecting.
In this article, we will look at all the possible ways to deactivate the alarm clock, from basic to hidden, including shutting down through system settings, forcing the app to stop, and even resetting the time settings. We will focus on the problems faced by device owners on MIUI 14/15, where the alarm control interface has undergone changes. If you are tired of intrusive signals or just want to understand the functionality of your Xiaomi, read on.
1. Standard method: disabling through the application "Clock"
The most obvious method is to use the built-in Watch (dial icon) app, but even here there are nuances: depending on the version of MIUI, the path to the alarm settings may differ. For example, on the Xiaomi 13 Pro with MIUI 15, the menu was simplified, and on the Redmi 10C with MIUI 13, the old interface remained.
Instructions for most models:
- π± Open the Watch app (if you donβt find it, check the Tools folder).
- β° Go to the Alarm tab (usually at the bottom of the screen).
- π Find the active alarm clock in the list and move the slider to the right (it will turn gray).
- ποΈ To remove the alarm clock permanently, click on it and select Delete.
If the alarm clock does not turn off through the slider, check:
- π Is the Repeat mode enabled (e.g., "Every day" or "On weekdays").
- π Is the Smart Alarm function activated in the application settings (it can automatically turn on the signal).
- π² Does the alarm clock have a duplicate in Google Clock (more on this below).
Make sure the alarm clock doesnβt repeat every day.|
Check for duplicates in Google Clock|
Turn off the Smart Alarm function in the settings |
Update the Clock app to the latest version-->
β οΈ Note: On some models (e.g, POCO F4) post-update MIUI 14 alarm clocks can be "reset" after the phone is restarted. This is a firmware bug, the solution is described in the section on resetting time settings.
2. Turn off the alarm clock via Google Clock (if installed)
Many Xiaomi users are installing Google Clock as an alternative to the standard app, and the problem is that both apps can run in parallel, and turning off the alarm clock in one doesn't guarantee silence. For example, if you turn off the signal in the Watch but forget about Google Clock, the phone will still wake you up.
How to turn off the alarm clock in Google Clock:
- Open the Google Clock app (an icon with a white dial on a colored background).
- Go to the Alarm tab.
- Press the active alarm and move the slider On. in the position Off..
- To remove completely, tap three points in the upper right corner of the alarm clock and select Remove.
If Google Clock is not installed, but the alarm is still triggered, check:
- π Are there other alarm apps installed (e.g. Sleep as Android or Alarmy).
- π± Is the alarm clock activated via Google Assistant (OK, Google, set the alarm on the Google Assistant...").
Standard Watch Xiaomi|
Google Clock|
Sleep as Android/Alarmy|
Other appendix |
I don't use an alarm clock on my phone.-->
3. Forced stop of the Clock app (if the alarm clock does not turn off)
Sometimes the alarm goes off even after the interface is turned off, and this can be due to a malfunction in the Watch app, in which case a forced stop helps:
Steps:
- Go to Settings β Applications β Application Management.
- Find the watch (or Clock) in the list and tap it.
- Select Forced Stop (button at the bottom of the screen).
- Confirm the action by pressing OK.
After that, the alarm will stop working until the next time the Clock is launched.
- β±οΈ All active timers and stopwatches will reset.
- π After restarting the phone, the app will start automatically, and the alarm clock can start again.
What if the βForced Stopβ button is inactive?
4. Turn off the alarm clock through notification (quick way)
If the alarm has already set, but you want to turn it off again (for example, after 10 minutes), you can do it directly from the notification bar:
Instructions:
- When the alarm goes off, unlock the screen (if it is locked).
- Swipe down from the top edge of the screen to open the notification bar.
- Find a notification from the Clock with the text "Alarm clock went off" or similar.
- Slip on the notification β the application Clock with an active alarm clock will open.
- Turn it off with a slider or remove it.
On some models (such as Xiaomi 12T), the notification has a button to turn off β press it to deactivate the alarm without going to the app.
β οΈ Warning: If you just clicked Delay in the notification, the alarm will go off again in 10 minutes.To turn it off permanently, be sure to go to the Watch app and move the slider.
5. Reset date and time settings (if the alarm clock is switched on by itself)
On devices with MIUI 12-15, sometimes a bug occurs in which alarm clocks activate themselves after a system update or reset, which is associated with a conflict in the time settings, solves the problem of resetting the date and time parameters:
How to reset:
- Go to Settings β Additional settings β Date and time.
- Turn off the Auto-Date and Time option.
- Manually set the current date and time (for example, 1 minute ahead).
- Turn back on Autodetermination.
- Reboot the phone.
After this procedure, all alarm clocks will be reset and you will have to reset them, but the problem of spontaneous switching on will disappear.
| Xiaomi model | MIUI version | Should I lose time? | Alternative solution |
|---|---|---|---|
| Redmi Note 11 | MIUI 13 | Yeah, with the alarm clock bug. | Update the βClockβ in the Play Market |
| Xiaomi 13 | MIUI 14 | No, reboot is enough. | Turn off the Smart Alarm. |
| POCO X3 Pro | MIUI 12.5 | Yes, if the alarm clock is duplicated | Delete Google Clock |
| Xiaomi 12 Lite | MIUI 13.5 | Sometimes. | Reset the clock settings. |
π‘
Resetting the date and time is a last resort, so try updating the Clock app or restarting your phone before you do.
6.Switching off the alarm clock via ADB (for advanced users)
If standard methods don't work, you can turn off the alarm clock via Android Debug Bridge (ADB), which is suitable for devices with an unlocked bootloader or USB debugging enabled. Attention: the wrong ADB commands can disrupt the system. Use this method only if you are confident in your actions.
Instructions:
- Turn on Developer Mode (go to Settings β About Phone and tap on MIUI version 7 times).
- Activate Debugging by USB in Settings β Additional β For developers.
- Connect your phone to your PC and open the command line (or terminal).
- Enter the command to check the connection: Adb devices should appear the name of your device.
- Turn off all alarms with the command: adb shell am broadcast -a com.android.deskclock.ALARM_DONE
If you need to remove a specific alarm clock, first find its ID:
adb shell content query --uri content://com.android.deskclock/AlarmsThen delete by ID (e.g. 5):
adb shell content delete --uri content://com.android.deskclock/Alarms --where "id=5"β οΈ Attention: Teams ADB It may vary depending on the version MIUI Some devices (e.g. Xiaomi Mi 11) use com.miui.clock instead of com.android.deskclock. Check the Watch app package via adb shell pm list packages | grep clock.
7 Problems and Solutions: Why the Alarm Don't Turn Off
If you have tried all the ways, but the alarm continues to go off, the cause may lie in one of the following factors:
- π Application conflict: You have multiple alarm clocks set (e.g., a clock) + Google Clock + Sleep Cycle.Solution: Remove all but one.
- π± Firmware failure: On MIUI 14 is known for a bug in which alarm clocks are activated after an update. Solution: reset the time settings (section 5) or roll back to a previous firmware version.
- π Smart alarm clock: function in settings β The clock β A smart alarm clock can automatically turn on the signals. Solution: turn it off.
- π Charge savings: If Ultra-saving mode is enabled, it can block alarm clocks from turning off. Solution: add the Watch app to exceptions.
If the problem persists, check:
- π Have automation profiles (e.g., Google Assistant or MacroDroid) been installed that include a schedule alarm clock.
- π Are the time settings blocked by the device administrator (relevant for work phones).
π‘
Before resetting or using ADB, try the simplest solution: reboot your phone, which helps to reset your alarm clocks in 30 percent of cases.