Skip to content
Deep Dive

Deep dive: Immich for phone photo backup

The short version

Immich is the closest open-source answer to “Google Photos, but my disk.” Mobile backup works; face search and albums are good. You trade Google’s zero-ops model for server uptime and backups you own. Read Immich vs Google Photos if you’re still choosing sides.

What it is

Self-hosted photo and video library with iOS/Android apps that auto-upload new shots to your instance. Timeline, albums, sharing links, and search—including faces and objects depending on version and hardware.

Core workflow

Day 1: Deploy with Docker on a NAS or Linux box with real storage (not a 32 GB SD card). Create admin account. Install mobile app, point at your URL (HTTPS strongly recommended).

Day 2–3: Let the initial upload run on Wi‑Fi. Don’t delete cloud copies until you’ve opened random months in the web UI and confirmed thumbnails load.

Week 2: Create albums for trips or kids; share a link with family if they’re willing to use a browser.

Ongoing: Monitor disk, update containers monthly, back up the database and upload volume off-site. Immich punishes neglected servers faster than Google punishes your wallet.

Strengths

  • Auto-upload from pocket to your hardware
  • No per-GB bill to a cloud vendor for storage itself
  • Active development; feature set catching up to consumer apps
  • Pairs with homelab guides and Tailscale for remote browsing

Weaknesses

  • Setup and TLS are on you
  • Face/ML features want CPU; weak boxes feel sluggish
  • Non-technical family may resist “open this weird URL”
  • You’re the support desk when an update fails mid-library-scan

Pricing shape

Immich software is free. You pay for disks, electricity, and optional VPS if you host off-site—no subscription to Immich itself.

Who it’s for / not for

For: Households with large libraries, privacy-minded parents, homelab folks already running Docker.

Not for: People who won’t maintain backups; anyone who needs Grandma-proof sharing on stock apps.

Alternatives (brief)

  • Google Photos — easiest search and sharing; you rent the vault
  • PhotoPrism — strong stills library; different UX tradeoffs
  • Nextcloud Photos — fine if you’re already all-in on Nextcloud

Try it

Run a trial instance with one phone for thirty days before you cancel Google. Disk space planning beats feature shopping here—budget terabytes, not megabytes.

Related