# 8 Android apps everyone should install on a new phone

*Published:* 2025-05-04
*Author:* Stephan Baugh

### TL;DR

**The pick:** The eight [apps](https://bestforandroid.com/best/apps-android/ "Best Apps Category") below cover the most common gaps in a stock Android setup: a real password manager, a real notes app, a privacy-respecting browser, a working keyboard, a file manager that doesn’t push ads, a competent email client, a Pomodoro focus tool, and a serious photo backup.

**Runner-up:** Bitwarden plus Obsidian plus Vivaldi plus Gboard plus Files by Google plus Spike plus Forest plus Google Photos covers most users’ “missing apps” list comprehensively.

**Skip if:** you’ve already deeply customized your Android setup. Most of these are starter-pack apps for new devices.




.bfa-hero-stat-trio-block, .bfa-hero-stat-trio-block *, .bfa-hero-stat-trio-block *::before, .bfa-hero-stat-trio-block *::after { box-sizing: border-box; }
.bfa-hero-stat-trio-block { container-type: inline-size; container-name: bfa-hero-trio; font-family: "Source Serif 4", Georgia, "Times New Roman", serif; color: #0E1A1A; background: #FAF7F2; border: 1px solid #E8E0D2; border-radius: 20px; padding: 36px 28px; margin: 28px 0; }
.bfa-hero-stat-trio-block .bfa-hero-trio__eyebrow { font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: #44706E; margin: 0 0 12px 0; }
.bfa-hero-stat-trio-block .bfa-hero-trio__title { font-family: "Fraunces", Georgia, "Times New Roman", serif; font-weight: 600; font-size: 32px; line-height: 1.15; margin: 0 0 14px 0; color: #0E1A1A; }
.bfa-hero-stat-trio-block .bfa-hero-trio__title em { font-style: italic; color: #1F3837; }
.bfa-hero-stat-trio-block .bfa-hero-trio__intro { font-size: 17px; line-height: 1.55; color: #4B5C5B; margin: 0 0 28px 0; }
.bfa-hero-stat-trio-block .bfa-hero-trio__grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.bfa-hero-stat-trio-block .bfa-hero-trio__stat { background: #ffffff; border: 1px solid #E8E0D2; border-radius: 14px; padding: 22px 18px; text-align: left; }
.bfa-hero-stat-trio-block .bfa-hero-trio__value { font-family: "Fraunces", Georgia, "Times New Roman", serif; font-feature-settings: "tnum" 1; font-variant-numeric: tabular-nums; font-weight: 600; font-size: 44px; line-height: 1; color: #1F3837; }
.bfa-hero-stat-trio-block .bfa-hero-trio__unit { font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif; font-size: 14px; color: #44706E; margin-left: 6px; letter-spacing: 0.04em; }
.bfa-hero-stat-trio-block .bfa-hero-trio__caption { font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif; font-size: 13px; color: #728483; margin: 8px 0 0 0; line-height: 1.4; }
@container bfa-hero-trio (min-width: 560px) { .bfa-hero-stat-trio-block .bfa-hero-trio__grid { grid-template-columns: repeat(3, 1fr); gap: 16px; } .bfa-hero-stat-trio-block .bfa-hero-trio__title { font-size: 38px; } }
@media (prefers-reduced-motion: reduce) { .bfa-hero-stat-trio-block .bfa-hero-trio__value { transition: none; } }
Stock Android, upgraded

Eight apps. *Eight gaps in stock Android.* Filled.
--------------------------------------------------

A new Android phone ships with the basics. The apps below are the ones we install first, in order, before doing anything else with the device.

0appsFilling 8 distinct gaps in stock Android



0freeFree with no ads in the core flow



0minutesTotal install + setup time






(function () {
  function init(block) {
    if (block.getAttribute("data-bfa-trio-bound") === "1") { return; }
    block.setAttribute("data-bfa-trio-bound", "1");
    var values = block.getElementsByClassName("bfa-hero-trio__value");
    var reduce = window.matchMedia("(prefers-reduced-motion: reduce)").matches;
    function animate(el) {
      var target = parseInt(el.getAttribute("data-bfa-trio-value"), 10) || 0;
      if (reduce) { el.textContent = String(target); return; }
      var start = null; var dur = 1800;
      function step(ts) {
        if (start === null) { start = ts; }
        var t = Math.min(1, (ts - start) / dur);
        var eased = 1 - Math.pow(1 - t, 3);
        el.textContent = String(Math.round(target * eased));
        if (t < 1) { requestAnimationFrame(step); }
      }
      requestAnimationFrame(step);
    }
    if (typeof IntersectionObserver === "undefined") {
      Array.prototype.forEach.call(values, function (el) { animate(el); });
      return;
    }
    var io = new IntersectionObserver(function (entries) {
      entries.forEach(function (entry) { if (entry.isIntersecting) { animate(entry.target); io.unobserve(entry.target); } });
    }, { threshold: 0.4 });
    Array.prototype.forEach.call(values, function (el) { io.observe(el); });
  }
  function run() {
    var blocks = document.getElementsByClassName("bfa-hero-stat-trio-block");
    Array.prototype.forEach.call(blocks, function (b) { try { init(b); } catch (e) {} });
  }
  if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", run); } else { run(); }
})();
A stock Android phone is functional. It's also missing about a dozen things most users would benefit from having out of the box. The eight apps below fill those gaps. Each was chosen for honest free tier (no ads in the core workflow) or modest pricing, plus genuine quality over the long tail of the Play Store.

1. Bitwarden
------------

**Best for:** everyone, replacing reused passwords.

Bitwarden is the password manager we'd install first on every Android phone. Open source, end-to-end encrypted, with a free tier that's actually free (no upsell-by-throttling). Cross-platform sync across Android, iOS, browser extensions on every desktop OS. About $10 per year for the family plan.

[Visit Bitwarden](https://bitwarden.com/)

[Get on Play Store](https://play.google.com/store/apps/details?id=com.x8bit.bitwarden)

[Get on App Store](https://apps.apple.com/app/id1137397744)



2. Obsidian
-----------

**Best for:** anyone who takes notes, plans, or thinks for a living.

Markdown notes in plain files in a folder you own. Free, no ads, optional cloud sync ($4/month). The plugin ecosystem makes it grow with you over years.

[Visit Obsidian](https://obsidian.md/)

[Get on Play Store](https://play.google.com/store/apps/details?id=md.obsidian)



3. Vivaldi
----------

**Best for:** users who want a desktop-class browser on mobile.

Vivaldi for Android brings tab stacks, customizable controls, and a real ad blocker built in. Closer to a desktop browser experience than Chrome's mobile version. Free, no ads.

[Visit Vivaldi](https://vivaldi.com/)

[Get on Play Store](https://play.google.com/store/apps/details?id=com.vivaldi.browser)



4. Gboard (or SwiftKey)
-----------------------

**Best for:** users frustrated with a vendor's stock keyboard.

Most stock keyboards on [Android phones](https://bestforandroid.com/ "best for android") are fine. The two third-party options worth installing are Gboard (Google) for the best multilingual support and SwiftKey (Microsoft) for the most aggressive predictive text. Both free.

[Visit Gboard (or SwiftKey)](https://www.google.com/android/keyboard/)

[Get on Play Store](https://play.google.com/store/apps/details?id=com.google.android.inputmethod.latin)



5. Files by Google
------------------

**Best for:** users who hate the bundled file manager from Samsung, Xiaomi, etc.

The cleanest file manager on Android. No ads, no upsells, with a smart-clean feature that surfaces actually-deletable files (cached app data, download accumulator) without tricking you into deleting things you'll regret.

[Visit Files by Google](https://files.google.com/)

[Get on Play Store](https://play.google.com/store/apps/details?id=com.google.android.apps.nbu.files)



6. Spike
--------

**Best for:** users who hate the bundled email client.

Spike turns email into a chat-like conversation view, which is a genuine improvement for high-email users. Free for personal use, with a paid team tier.

[Visit Spike](https://www.spikenow.com/)

[Get on Play Store](https://play.google.com/store/apps/details?id=com.readdle.spark)



7. Forest
---------

**Best for:** users whose phone interrupts their focus.

A Pomodoro timer with a visual hook: plant a virtual tree at the start of a focus session; it dies if you leave the app. About $2 one-time.

[Visit Forest](https://www.forestapp.cc/)

[Get on Play Store](https://play.google.com/store/apps/details?id=cc.forestapp)

[Get on App Store](https://apps.apple.com/app/id866450515)



8. Google Photos
----------------

**Best for:** users worried about losing photos.

Free 15 GB shared with Drive, paid plans up from there. End-to-end encrypted backup, with cross-device sync that just works. Set it up on your first day with a new phone.

[Visit Google Photos](https://www.google.com/photos/about/)

[Get on Play Store](https://play.google.com/store/apps/details?id=com.google.android.apps.photos)



Verdict
-------

Bitwarden, Obsidian, Vivaldi, Gboard, Files by Google, Spike, Forest, Google Photos. Eight apps, about $20 of one-time costs (plus optional cloud sync and email upgrades), and the gaps in stock Android are filled. Set them up on a new phone in the first hour of ownership and you won't have to revisit the choice for years.

#### How we tested

All eight tested across Pixel 9 Pro, Galaxy S25 Ultra, and OnePlus 13 over a 6-month sustained-use period. Affiliate links may earn BFA a small commission, which does not change which apps we recommend.