SpyPhoneDude

How to Detect and Remove Hoverwatch from a Phone

Sarah Mitchell
Sarah Mitchell · Portland, OR

How to detect and remove Hoverwatch from an Android phone

Hoverwatch can be detected on Android through Device Administrator settings, battery usage data, and network activity patterns — and removed either through the app’s settings, manually, or via factory reset. This guide walks through every detection and removal method so you can verify whether Hoverwatch is on your device and eliminate it completely.

What Hoverwatch Does on Your Device

Hoverwatch is an Android monitoring app developed by REFOG that records SMS, calls, keystrokes, GPS location, WhatsApp messages, and screenshots — all sent silently to an external dashboard.

Hoverwatch monitoring features overview

Hoverwatch is sold as a parental control and employee monitoring tool. Once installed, it hides its icon from the app drawer, registers as a Device Administrator, and runs as a background service. All captured data is encrypted and uploaded to hoverwatch.com where whoever installed it can view it through their account dashboard.

The features it runs actively include: keystroke logging (every character typed in any app), screenshot capture on every screen unlock, GPS location updates at regular intervals, call logs with duration and contact names, SMS content, and WhatsApp/Facebook Messenger message capture.

Hoverwatch requires Device Administrator privileges to persist on Android — without this permission, Android would allow users to uninstall it like any normal app. This is why checking Device Admin Apps is the most reliable detection method.

How to Detect Hoverwatch on Your Android Phone

The three most reliable detection methods are checking Device Administrator settings, reviewing battery usage, and inspecting active background services.

Device Administrator settings showing Hoverwatch entry

Hoverwatch in Device Admin settings often appears as “Hoverwatch” or under the REFOG developer name. On some older installations it may show as a generic service name — the key is any admin app you didn’t authorize yourself.

Battery usage screen showing unknown app draining power

Battery usage comparison: a standard day without monitoring software shows no significant background drain from unknown apps. Hoverwatch’s keylogger and upload functions typically appear as 5–15% battery usage attributed to a background process.

Marcus Renfield
Expert Opinion Marcus Renfield Senior Cybersecurity Researcher

The Device Admin check is the single fastest way to detect Hoverwatch. It’s a hard requirement for the app to function — it cannot persist without Device Admin privileges, and Android exposes the full list of apps with those privileges in Settings. A 30-second check tells you definitively whether it’s there.

ADB command — check for Hoverwatch from PC

# Connect phone via USB, enable USB debugging, then run:

adb shell pm list packages -i | grep -i hoverwatch

package:com.refog.mobilespy installer=null

 

# Also check for REFOG-related packages:

adb shell pm list packages -i | grep -i refog

package:com.refog.mobilespy installer=null

 

# “installer=null” means it was sideloaded (not from Play Store)

# All legitimate spy apps are sideloaded APKs

How to Remove Hoverwatch — Three Methods

Removal requires revoking Device Admin permission first — attempting to uninstall without this step fails. After revoking admin rights, the app can be uninstalled normally.

🔧 Method 1: Standard removal (you know where it is)
🦠 Method 2: Antivirus removal (automated)
💥 Method 3: Factory reset (guaranteed, nuclear option)

Method 1 — Standard manual removal:

Step to revoke Device Admin permission before uninstalling

Step 1: Settings > Security > Device Admin Apps. Find Hoverwatch (or REFOG). Tap it and select “Deactivate.” This removes the protection that prevents uninstall.

Uninstall screen for Hoverwatch after admin revoked

Step 2: Settings > Apps > find Hoverwatch or com.refog.mobilespy. Tap Uninstall. It will now uninstall normally. Confirm when prompted.

Method 2 — Malwarebytes removal:

Install Malwarebytes from Google Play, run a full device scan, and select “Remove Selected” when Hoverwatch is flagged. Malwarebytes handles the admin revocation step automatically.

Method 3 — Factory reset:

Settings > General Management > Reset > Factory Data Reset. This removes all data and apps including Hoverwatch. Back up personal files (photos, contacts) to Google Drive or a computer before resetting — but do NOT back up apps, as the backup would include Hoverwatch.

Before backing up anything prior to a factory reset, verify your backup doesn’t include the monitoring app. Back up photos and contacts only — not apps or system data. A full backup may restore Hoverwatch alongside your other data.

Sandra Mercer
Expert Opinion Sandra Mercer Information Security Consultant

After removing any spy app, treat your passwords as fully compromised. Every password you typed on that device is potentially in someone else’s hands. Change passwords starting with your email — because email resets everything else. Do it from a laptop or tablet that you know is clean, not from the just-cleaned phone.

Pros

  • Standard removal via Device Admins is fast and clean
  • Malwarebytes automates the process for less technical users
  • Factory reset is guaranteed — no remnants possible
  • Remote suspension available from hoverwatch.com if you're the installer

Cons

  • Must revoke Device Admin before standard uninstall
  • Factory reset deletes all local data
  • App may reinstall if someone has physical access to phone again
  • Some data may have already been uploaded before removal

Are you checking this because you suspect Hoverwatch is on your device right now?

Click to vote — results are anonymous

Once Hoverwatch is removed, change all passwords, enable two-factor authentication on every important account, and consider updating your Android PIN or password. If you believe someone installed monitoring software without your knowledge, this may constitute a legal violation in your jurisdiction — document what you found before removing it if you intend to take any legal action.

This article is for informational purposes. If you believe you are being monitored without consent, contact local law enforcement or a digital rights organization for guidance.

Can Hoverwatch be installed without me knowing?
Yes, but it requires someone to hold your phone for about 2–3 minutes. They need to download the APK from hoverwatch.com, enable installation from unknown sources in Settings, install it, and activate stealth mode. This can be done in the time someone has your unlocked phone unattended.
Does Hoverwatch work if my phone has no SIM card?
Hoverwatch still logs data without a SIM card, but it cannot upload anything to the dashboard without an internet connection. It stores logs locally and uploads them when Wi-Fi is available. A phone on Wi-Fi only with no SIM can still be fully monitored by Hoverwatch.
If I change my phone PIN, does that stop Hoverwatch?
No. Hoverwatch is already installed and running — changing your PIN prevents future unauthorized physical access but doesn't affect software already on the device. The app continues to run and upload data regardless of PIN changes.
Can Hoverwatch be reinstalled remotely after I remove it?
No. Remote reinstallation is not possible for any legitimate spy app. If Hoverwatch reappears on your device after removal, someone with physical access to your phone reinstalled it. This points to a person in your immediate environment with repeated phone access.
Will removing Hoverwatch alert the person who installed it?
Hoverwatch's dashboard will stop receiving new data, and the device will show as inactive. Some versions send an email alert to the account holder when monitoring stops. If you're concerned about alerting the installer, consult legal counsel about your options before removing the app.
Sarah Mitchell
Sarah Mitchell · Portland, OR

Privacy advocate and tech journalist. Makes complex security topics simple for everyday users.

0%