Remove a Security Plugin on Android (With/Without PC)

Learn how to remove a security plugin on Android using Settings, Safe Mode, or Device Administrator controls without a PC.


How to Remove a Security Plugin on Android (With or Without a PC)

Security plugins are supposed to protect your phone — but sometimes they end up doing the opposite: draining your battery, slowing everything down, throwing constant pop-ups, or blocking apps you actually want to use. This guide covers every method to remove one, whether you have access to a computer or just your phone.

Removing Security Plugins on Android

  • - Fastest method (no PC needed): Settings → Apps → select the plugin → Uninstall
  • - If Uninstall is greyed out: Revoke Device Administrator access first, then uninstall
  • - For stubborn plugins: Boot into Safe Mode before uninstalling
  • - For pre-installed "bloatware" plugins: Disable rather than uninstall (some can't be fully removed without root access)
  • - For advanced users with a PC: ADB (Android Debug Bridge) can force-remove plugins that resist all other methods
  • - Absolute last resort: Factory reset — wipes everything, so back up first
  • - Common brands with hard-to-remove pre-installed plugins: Samsung, Xiaomi, and Huawei devices often include manufacturer security apps that require disabling rather than full uninstallation

What Is a Security Plugin, and Why Remove One?

A security plugin is any software module on your Android phone designed to protect against malware, phishing, and other threats — it might be a pre-installed system app from your manufacturer, a third-party antivirus app you downloaded, or a device management app enforced by your workplace or mobile carrier.

Common reasons people want one removed:

  • - Performance issues — some security apps run continuously in the background and slow the whole device down
  • - High battery drain — heavier security suites can noticeably shorten battery life
  • - Excessive ads or pop-ups — common with free security apps trying to upsell a paid version
  • - You've switched to a better alternative — no need to run two security apps at once
  • - Compatibility conflicts — the plugin interferes with another app or feature you need

Before removing anything, make sure you understand what you're disabling — some plugins are genuinely protecting your device, and removing them without a replacement leaves you exposed.

Part 1: Removing a Security Plugin Without a PC

These methods work entirely from your phone — no computer, no cables, no technical setup required.

Method 1: Standard Uninstall Through Settings

This works for most third-party security apps that aren't system-protected.

1. Open Settings on your phone

2. Tap Apps or Apps & Notifications

3. Find the security plugin in your app list

4. Tap the app, then select Uninstall, and confirm

If Uninstall is greyed out or missing: the app likely has Device Administrator privileges — move to Method 2 first.

Method 2: Revoke Device Administrator Access First

Many security plugins request Device Administrator permissions specifically to prevent easy removal. You need to revoke this before uninstalling.

Android phone settings screen showing how to remove a security plugin using the Apps menu and Device Administrator settings.
Learn how to remove a security plugin on Android using Settings, Safe Mode, or Device Administrator controls without a PC.

1. Go to Settings → Security → Device Administrators (sometimes labelled "Device Admin Apps")

2. Find the security plugin and uncheck or toggle off its admin access

3. Confirm by tapping Deactivate

4. Return to Settings → Apps, select the plugin, and tap Uninstall

Method 3: Boot Into Safe Mode

Safe Mode temporarily disables all third-party apps, which stops the security plugin from actively interfering while you try to remove it — genuinely useful for stubborn plugins that fight back against a normal uninstall attempt.

1. Press and hold the Power button until the shutdown menu appears

2. Tap and hold Power Off until you're prompted to Reboot to Safe Mode

3. Confirm and wait for the phone to restart

4. Once in Safe Mode, go to Settings → Apps, select the plugin, and uninstall it

5. Restart the phone normally afterward to exit Safe Mode

(If you're stuck in Safe Mode and can't get back to normal, our separate [guide on exiting Android Safe Mode] covers every fix for that specific issue.)

Method 4: Disable Pre-installed Plugins (Bloatware)

Some phones — particularly from Samsung, Xiaomi, and Huawei — come with manufacturer security apps baked into the system that can't be fully uninstalled without rooting the device. In these cases, disabling is your realistic option.

1. Go to Settings → Apps

2. Locate the security plugin

3. Tap Disable — this stops it running and hides it from your app drawer, even though it technically remains on the device

Method 5: Use a System App Remover Tool

If the plugin resists every method above, trusted third-party app removers from the Google Play Store (search "System App Remover") can sometimes uninstall system-level apps without needing root access or a PC.

1. Install a reputable, well-reviewed system app remover

2. Grant the requested permissions

3. Locate the security plugin in the app's list

4. Select it and choose Uninstall

Only use apps from the Play Store with strong reviews and a large install base — a tool designed to remove security software is, ironically, exactly the kind of app scammers like to impersonate.

Part 2: Removing a Security Plugin With a PC (ADB Method)

If none of the phone-only methods work — which happens with deeply embedded system plugins — connecting to a computer and using ADB (Android Debug Bridge) gives you a more forceful option, without needing to root your device.

1. Enable Developer Options: Go to Settings → About Phone, then tap Build Number seven times

2. Enable USB Debugging: In the newly unlocked Developer Options menu, turn on USB Debugging

3. Install ADB on your computer (available from Android's official developer tools page)

4. Connect your phone to your PC via USB cable

5. Open a Command Prompt or Terminal window and run:

adb devices

to confirm your phone is detected

  1. Find the plugin's exact package name (apps like Package Name Viewer can help identify it), then run:

adb shell pm uninstall -k --user 0 com.app.package

replacing `com.app.package.name` with the actual package name of the plugin

This command removes the app for the current user profile without requiring root access — it's the same technique advanced users rely on to strip stubborn manufacturer bloatware off a device.

Method of Last Resort: Factory Reset

If a plugin is deeply integrated, malware-infected, or simply won't budge through any method above, a factory reset guarantees removal — but it wipes everything.

1. Back up all your important data first — photos, contacts, documents, everything

2. Go to Settings → System → Reset Options

3. Tap Erase All Data (Factory Reset)

4. Confirm, entering your PIN, pattern, or password if prompted

Only use this once you've genuinely exhausted the other options and confirmed your backup is complete.

Common Problems and Quick Fixes

Problem Fix
Uninstall button is greyed out Revoke Device Administrator access, or try uninstalling from Safe Mode
Plugin keeps reinstalling itself Disable auto-updates in the Google Play Store, then uninstall via Safe Mode
Device is managed by a workplace Contact your IT administrator — removing it may violate device policy
Plugin is a pre-installed system app Disable it rather than trying to uninstall; full removal may require root access

After You Remove a Security Plugin: Stay Protected

Removing a plugin doesn't mean leaving your phone unprotected. A few sensible follow-ups:

1. Enable Google Play Protect — Android's built-in malware scanner, on by default on most devices

2. Keep your Android OS and apps updated regularly

3. Only download apps from the Google Play Store, avoiding third-party APK sources

4. Use a strong password and enable two-factor authentication (2FA) wherever it's offered

5. Consider a lightweight replacement like Google Play Protect alone, or a single trusted antivirus app — running multiple security apps simultaneously often causes the exact performance conflicts that led you here in the first place

- Remove Private Number on Android: Complete Fix Guide

- How to Remove Android from Safe Mode (2026 Guide)

Removing a security plugin from an Android phone is usually straightforward through Settings, and Safe Mode handles most of the stubborn cases that resist a normal uninstall. Device Administrator permissions are the most common reason an uninstall fails, so check there first. If you're comfortable connecting to a computer, ADB offers a more forceful option for deeply embedded plugins — and factory reset remains available as a genuine last resort, provided your data is backed up first.

FAQ

How do I remove a security plugin on Android without a PC?

Go to Settings → Apps, select the plugin, and tap Uninstall. If that's greyed out, revoke its Device Administrator access first under Settings → Security → Device Administrators, then try again.

Why won't my security plugin uninstall?

Most commonly because it has Device Administrator permissions that block removal. Revoke that access first, or try uninstalling from Safe Mode, which disables the plugin's ability to interfere.

Can I remove a pre-installed security app on Samsung, Xiaomi, or Huawei phones?

Usually not fully without root access — but you can disable it through Settings → Apps, which stops it running and removes it from your app drawer.

How do I remove a stubborn security plugin using a computer?

Enable Developer Options and USB Debugging on your phone, install ADB on your PC, connect via USB, and run `adb shell pm uninstall -k --user 0 com.app.package.name`, replacing the package name with the plugin's actual identifier.

What should I do after removing a security plugin?

Enable Google Play Protect, keep your OS and apps updated, only install apps from the Play Store, and avoid running multiple security apps at once, since that's a common cause of the performance issues that lead people to remove a plugin in the first place.

- Google Play Protect official page 

- Android Developer Tools (ADB/Platform Tools) 

- Google Play Store 

[Related Posts]
Previous Post Next Post