Free tools Windows power users keep installed

One-click scans. No signup required.

Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.

Some links on this page are affiliate links: if you buy through them we may earn a commission, at no extra cost to you.

There is no single universal “microG APK.” The main download is microG Services (GmsCore), an open-source alternative implementation of selected Google Play Services APIs. Depending on your ROM, you may also need microG Companion and, for some legacy messaging setups, Services Framework Proxy.

microG normally belongs on a custom ROM or AOSP-based system with signature-spoofing support, or on a compatible Huawei EMUI/HarmonyOS installation. Installing one APK on an ordinary stock phone that already contains Google Play Services usually does not replace Google’s system package.

Official microG downloads

The latest release listed by the official project when checked was v0.3.15.250932 (April 24, 2026). Check the official release page again before downloading because filenames and versions can change.

What’s actually slowing this PC down?

Pick the symptom - the matching free tool is one click away.

Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.
Component Official file in that release Use
microG Services (GmsCore) com.google.android.gms-250932030.apk Supported aftermarket custom ROM or AOSP system
microG Services for Huawei com.google.android.gms-250932030-hw.apk Compatible EMUI or HarmonyOS installation
microG Companion com.android.vending-84022630.apk Lightweight Play Store/fake-store component
Huawei Companion com.android.vending-84022630-hw.apk Huawei variant of Companion
Development user build org.microg.gms-250932030-user.apk Testing or special development cases; not for ordinary installs

Download from the microG download guidance, the official GitHub releases, or the official microG F-Droid repository. The repository says its applications are built and signed by the microG team. Avoid generic APK mirrors, “modded microG,” and ReVanced-branded packages unless you can independently verify their origin and signing.

#1 Best Overall
Samsung Galaxy A17 5G Smart Phone 128GB US 1 Yr Manufacturer Warranty Black
  • YOUR CONTENT, SUPER SMOOTH: The ultra-clear 6.7" FHD+ Super AMOLED display of Galaxy A17 5G helps bring your content to life, whether you're scrolling through recipes or video chatting with loved ones.¹
  • LIVE FAST. CHARGE FASTER: Focus more on the moment and less on your battery percentage with Galaxy A17 5G. Super Fast Charging powers up your battery so you can get back to life sooner.²
  • MEMORIES MADE PICTURE PERFECT: Capture every angle in stunning clarity, from wide family photos to close-ups of friends, with the triple-lens camera on Galaxy A17 5G.
  • NEED MORE STORAGE? WE HAVE YOU COVERED: With an improved 2TB of expandable storage, Galaxy A17 5G makes it easy to keep cherished photos, videos and important files readily accessible whenever you need them.³
  • BUILT TO LAST: With an improved IP54 rating, Galaxy A17 5G is even more durable than before.⁴ It’s built to resist splashes and dust and comes with a stronger yet slimmer Gorilla Glass Victus front and Glass Fiber Reinforced Polymer back.

What microG actually is

microG is free, open-source software. Its principal component, GmsCore, implements selected interfaces normally provided by Google Play Services so that applications can run on systems where the proprietary package is absent. Depending on the ROM and configuration, it can provide account sign-in, push messaging, network location, Maps-related interfaces and other compatibility services.

It is not Google Play Services, the Google Play Store, Aurora Store, ReVanced, or a generic “Google Services APK.” A store supplies applications; GmsCore supplies service APIs. microG’s installation documentation describes Companion as a possible store or fake-store component. You can instead use another app source where your ROM supports it.

Is your phone compatible?

Usually, no—not by simply installing an APK. Normal microG operation generally requires Android signature spoofing: a ROM-level capability that lets microG identify itself to applications as the expected Google services package.

Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.
  1. Stock Android with Google Play Services: a Samsung, Pixel, Motorola, Xiaomi or similar stock phone is not a straightforward target. Installing GmsCore beside Google’s package does not automatically replace it.
  2. Supported custom ROM: LineageOS for microG, CalyxOS, /e/OS, iodéOS, and compatible builds of projects such as crDroid, ArrowOS and CarbonROM are examples documented by microG. Check the exact build and version, not just the ROM name.
  3. Huawei: choose the -hw files only for a compatible EMUI or HarmonyOS setup. Owning a Huawei phone alone does not determine the variant.
  4. Unsupported system: do not remove system Google packages or apply random spoofing patches without a backup and ROM-specific instructions. Such changes can cause update, boot and app-compatibility problems.

Read the project’s prerequisites and signature-spoofing documentation. Older checker apps and patchers can report misleading results on newer Android versions; the ROM’s implementation and microG’s own self-check are more useful.

Rank #2
Tracfone Motorola Moto G 2025, 64GB, Saphire Blue (Locked to
  • Carrier: This phone is locked to Tracfone, which means this device can only be used on the Tracfone wireless network. Tracfone plan required, activating is easy, just 3 steps.
  • DISPLAY: Immersive viewing on a 6.7-inch super-bright 120Hz display with powerful stereo speakers and Bass Boost for cinematic entertainment.
  • CAMERA SYSTEM: Advanced 50MP Quad Pixel camera captures sharp, detailed photos and videos in any lighting condition
  • PERFORMANCE: Lightning-fast 5G connectivity paired with a powerful processor and RAM Boost for smooth multitasking.
  • BATTERY LIFE: Long-lasting 5000mAh battery with TurboPower charging technology delivers hours of power in minutes.

How to install microG

Preferred method: the official F-Droid repository

  1. Install F-Droid from its official source, then add the microG repository using the instructions at microg.org/fdroid/repo.
  2. Install microG Services and keep it updated through that repository.
  3. Install Companion if your ROM does not already provide a suitable store arrangement.

Manual APK method

  1. Confirm signature spoofing and ROM compatibility first.
  2. Install the standard GmsCore file for a supported custom ROM, or the -hw file for a compatible Huawei system.
  3. Install Companion when required. Services Framework Proxy (GsfProxy) is normally optional and mainly relevant to legacy C2DM push messaging.
  4. Open microG Settings. Enable the background-service options needed for Google sign-in and cloud messaging.
  5. Configure a location backend if you need network location.
  6. Reboot, then disable battery optimization for microG Services. On Android 6 and later, this is important for background operation.
  7. Run microG’s self-check and address failed prerequisites before testing dependent apps.

ADB installation and Android 15+

For an APK on a computer, the basic command is:

adb install -r microG-Services.apk

On Android 15 or newer, the legacy Services Framework Proxy may be blocked because of its low target SDK. The official workaround is:

adb install -r --bypass-low-target-sdk-block GsfProxy.apk

This command does not make an incompatible ROM compatible; use it only when your setup actually needs GsfProxy.

Understanding the self-check

Inspect the self-check rather than judging success solely by whether microG opens. It commonly reports signature-spoofing availability, GmsCore and Companion installation, device registration, cloud messaging, account authentication and battery-optimization status. Location-related checks depend on configured backends.

Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.

Not every item must be green for every use case. A warning about an optional feature may not affect the app you need, while a failed signature-spoofing check usually prevents applications from recognizing microG.

Rank #3
Samsung Galaxy A17 5G Smart Phone 128GB, US 1 Yr Manufacturer Warranty Blue
  • YOUR CONTENT, SUPER SMOOTH: The ultra-clear 6.7" FHD+ Super AMOLED display of Galaxy A17 5G helps bring your content to life, whether you're scrolling through recipes or video chatting with loved ones.¹
  • LIVE FAST. CHARGE FASTER: Focus more on the moment and less on your battery percentage with Galaxy A17 5G. Super Fast Charging powers up your battery so you can get back to life sooner.²
  • MEMORIES MADE PICTURE PERFECT: Capture every angle in stunning clarity, from wide family photos to close-ups of friends, with the triple-lens camera on Galaxy A17 5G.
  • NEED MORE STORAGE? WE HAVE YOU COVERED: With an improved 2TB of expandable storage, Galaxy A17 5G makes it easy to keep cherished photos, videos and important files readily accessible whenever you need them.³
  • BUILT TO LAST: With an improved IP54 rating, Galaxy A17 5G is even more durable than before.⁴ It’s built to resist splashes and dust and comes with a stronger yet slimmer Gorilla Glass Victus front and Glass Fiber Reinforced Polymer back.

What works—and what can fail

Apps that use common sign-in, Firebase Cloud Messaging, network-location or Maps-related APIs may work. Other apps can fail because they require an unimplemented proprietary API, Google licensing or billing, a certified Google environment, a particular Play Services signature, or stronger device-integrity checks.

Banking, enterprise, streaming, DRM-sensitive and competitive-gaming apps are especially unpredictable. Google Wallet and Play Integrity should never be treated as guaranteed. Test the specific apps you depend on on your exact ROM, Android version, microG version and app version before changing systems.

Troubleshooting

“App not installed”

Common causes include a standard/Huawei mismatch, an existing package signed with another key, an incompatible ABI or Android version, system package protection, or Google Play Services already occupying the expected package. Stop trying random variants; identify the ROM and existing package first. Back up before removing any system component, and follow the ROM maintainer’s instructions.

Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.

Apps still say Google Play Services is missing

Check signature spoofing, confirm that the correct variant is installed, and verify that the original Google package is not taking precedence. The app may also require an API or integrity check that microG does not provide.

Rank #4
Samsung Galaxy S26 Ultra, Unlocked Android Smartphone, 512GB, Black
  • PRIVACY DISPLAY: Automatically hide your screen from those beside you. The built-in privacy display can be preset¹ to turn on when receiving notifications, typing passwords, or using specific apps
  • TYPE IT IN. TRANSFORM IT FAST: Enhance any shot in seconds on your smartphone by using Photo Assist² with Galaxy AI.³ Add objects, restore details, or apply new styles by simply typing or tapping
  • NIGHTS, CAPTURED CLEARLY: From gigs to city lights, record and capture moments after dark with clarity using Nightography so your photos and videos stay crisp and clear on your Samsung Galaxy
  • MAKE IT. EDIT IT. SHARE IT: Turn everyday moments into something personal with creative tools built right into your mobile phone, whether it’s a special contact photo, custom wallpaper, an invitation or more⁴
  • HELP THAT KEEPS UP: Stay in the moment while Now Nudge with Galaxy AI helps you respond faster and stay organized with smart suggestions⁵ that appear exactly when you need them on your phone

Push notifications do not arrive

Enable microG background services, remove battery optimization restrictions, check the app’s notification permission and network access, and allow time for device registration. Some apps use messaging behavior microG cannot reproduce.

Location is unavailable or inaccurate

Enable Android location, configure an appropriate network-location backend, and check permissions and battery restrictions. GmsCore includes the Unified Network Location Provider module, but results still depend on backend coverage and ROM behavior.

Google sign-in fails

Update from an official channel, confirm background-service and account settings, and check the release notes or issue tracker. Authentication requirements can change server-side; do not install an unofficial “fixed” build as a shortcut.

Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.
Independent reader supportYour contribution helps us test, update, and keep practical guides available for everyone.Support on Ko-Fi

Privacy and security limits

microG can reduce reliance on Google’s proprietary Play Services package, and its source is publicly available. That does not make every application private, stop apps from contacting Google, or eliminate data sent through location, push, authentication or telemetry services. A Google account still involves Google, and individual apps may include their own proprietary libraries and tracking.

Best Value
Tracfone Moto g Play 2024 Prepaid Phone with a 1-Yr Plan Included
  • Carrier: This phone is locked to Tracfone, which means this device can only be used on the Tracfone wireless network. Activating is easy, just 3 steps.
  • ACTIVATION Promotion: Includes 1500 min, 1500 texts & 1500 MB Data + add more as you need it
  • CAMERA SYSTEM: 50MP Quad Pixel camera. Capture sharper, more vibrant photos day or night with 4x the light sensitivity.
  • PERFORMANCE: Blazing-fast Qualcomm performance. Get the speed you need for great entertainment with a Snapdragon 680 processor and 4GB of RAM.
  • 64GB built-in storage. Get plenty of room for photos, movies, songs, and apps. Made for US

Use official distribution channels, keep the ROM and microG updated, and retain a backup before major updates. Record your ROM, Android, microG and affected-app versions when troubleshooting; updates can fix one compatibility problem while exposing another.

Alternatives

  • Integrated microG ROM: LineageOS for microG and other compatible projects can be more predictable than adding packages to an unsupported system. See LineageOS for microG and the microG compatibility list.
  • Full Google Mobile Services: best for maximum compatibility, certified-device behavior and Google-dependent enterprise or wallet apps, at the cost of using Google’s proprietary services.
  • Fully Google-free Android: simplest for users willing to avoid apps that require Google APIs.
  • Different app stores: F-Droid, Aurora Store and other stores can distribute apps, but they do not replace microG’s service-compatibility layer.

Frequently Asked Questions

Does microG include the Google Play Store?

No. microG Services and a store are separate. Companion is a lightweight store or fake-store component; F-Droid and Aurora Store are separate distribution tools.

Can I install microG on a normal stock Android phone?

Usually not as a simple APK replacement. The ROM generally needs signature-spoofing support, and removing built-in Google packages can be risky.

Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.

Which microG file should Huawei users choose?

Use the -hw GmsCore and Companion files only on a compatible EMUI or HarmonyOS installation. The operating system, not the phone brand alone, determines the choice.

The Bottom Line

For a supported custom ROM, download GmsCore from the official microG F-Droid repository or GitHub release page, add Companion when needed, complete the self-check and test your essential apps. On stock Android with built-in Google Play Services, a random “microG APK” is not a safe or reliable replacement.

Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on Amazon at the time of purchase will apply.