Google Cloud

GCP Free Tier (Always Free) Complete Guide: Permanent Free + $300 Credit

2026-05-24
NicheeLab Editorial Team

The GCP free tier is built around two layers: Always Free (no expiration) and a $300 credit (90 days). Unlike AWS, most of it is permanent, which makes personal projects, learning, and small SaaS workloads runnable for free. This article covers every Always Free item and the architectures that get the most out of them.

$300 Free Credit (New Accounts)

  • Automatically granted to new GCP accounts
  • Valid for 90 days
  • Usable across all services
  • Always Free continues after the credit is exhausted
  • Services stop automatically when the credit runs out (no overcharges)
  • Billing only starts after you upgrade to a paid account

Complete Always Free List (Key Services)

Compute

ServiceFree quota / monthRegions
Compute Engine1 e2-micro VM + 30 GB HDD + 5 GB snapshotus-west1 / east1 / central1
Cloud Run2M requests + 360,000 GB-s memory + 180,000 vCPU-sAll regions
Cloud Functions 2nd gen2M requests + 400,000 GB-s + 200,000 vCPU-sAll regions
App Engine Standard28 instance-hours / dayAll regions

Storage & Databases

ServiceFree quota / month
Cloud Storage5 GB Standard (us- regions)
BigQuery1 TB of queries + 10 GB of storage
Firestore1 GB storage + 50K reads / 20K writes / 20K deletes
Cloud SQL

Networking

ServiceFree quota / month
Egress (US/EU/CA)1 GB
Cloud DNS
Cloud NAT

Operations / DevOps

ServiceFree quota / month
Cloud Logging50 GB ingestion
Cloud MonitoringUnlimited GCP metrics
Cloud Trace2.5M spans
Cloud ProfilerCompletely free
Cloud Build120 build-minutes
Pub/Sub10 GB
Artifact Registry0.5 GB

AI / ML

ServiceFree quota / month
Vision API1,000 units per feature
Speech-to-Text60 minutes
Translation500K characters
Natural Language5K units
Google AI Studio (Gemini)Generous RPD limits

Free-Tier Architecture Examples

Personal Blog (SSG)

  • Cloud Storage (Standard, us-): static site hosting
  • Cloud CDN: delivery within the free quota
  • Custom domain + HTTPS certificate: free
  • First 1 GB of egress per month is free
  • Monthly cost: $0 to a few cents

Personal SaaS Backend

  • Cloud Run: backend API (free up to 2M requests)
  • Firestore: NoSQL DB (free up to 1 GB + 50K reads/day)
  • Cloud Storage: file storage (5 GB)
  • Cloud Build: CI/CD (120 minutes)
  • Artifact Registry: container images (0.5 GB)
  • Monthly cost: $0 to a few cents (small workloads run free)

Personal ML Experimentation

  • Google AI Studio: Gemini Flash for free (with RPD limits)
  • Vertex AI Workbench: GPU training using the $300 credit
  • BigQuery: large-scale analytics within the 1 TB query quota
  • BigQuery ML: machine learning straight from SQL

Comparison with AWS Free Tier

ItemGCPAWS
Credit$300 / 90 days
Always FreeMany services (no expiration)Some services (no expiration)
12-month freeMany services (EC2 t2.micro, etc.)
BigQuery / Athena1 TB of BigQuery queriesAthena free (S3 scan charges apply)
Serverless free quotaCloud Run 2M requestsLambda 1M requests

Best Practices to Maximize the Free Tier

  • Pick an Always Free region such as us-west1
  • Set a $1 budget alert to prevent accidental charges
  • Keep min instances at 0 on Cloud Run / Functions (accept cold starts)
  • Reduce BigQuery scans with partitioning and explicit column selection
  • Use only the Cloud Storage Standard class (Nearline is billable)
  • Cache egress through Cloud CDN and keep traffic in-region inside GCP
  • Disable APIs you don't need (such as Cloud Endpoints)

Is the GCP free tier really permanent?

Yes, the Always Free tier has no expiration. Unlike the AWS Free Tier (limited to 12 months), it continues indefinitely. The $300 credit (90 days) is for new accounts only.

What can you do with the free tier?

You get one e2-micro VM, 5 GB of Cloud Storage, 1 TB of BigQuery queries, 2 million Cloud Run requests, 1 GB of Firestore, and more. Small applications can run entirely free.

Is a credit card required?

Yes, to claim the $300 credit. However, you are not billed before upgrading, and services stop automatically when the credit runs out (no overcharges).

Are there region restrictions on Always Free?

Yes: e2-micro is limited to us-west1, us-east1, and us-central1. Cloud Storage requires a us- region, while Cloud Run is available globally. See the official list for details.

Are there free programs for students and researchers?

Yes — Google for Education, Google Research Credits, and Google Cloud Workshops offer additional credits. Startups can apply to the Google for Startups Cloud Program.

How does it compare with AWS Free Tier?

GCP is centered on Always Free (no expiration), while AWS is centered on a 12-month free tier plus a smaller Always Free set. GCP is better suited for long-running experiments.

How do I get notified if I exceed the free tier?

Set up a $1 budget alert under Cloud Billing → Budgets. You can also wire up Pub/Sub to a Cloud Function to automatically stop services.

What is the best architecture for personal projects?

Cloud Run + Firestore + Cloud Storage + Cloud Build. A few thousand requests per month stays essentially free, and custom domains with HTTPS are also free.

Related Articles: Pricing & Free Tier

Professional Cloud Developer (PCD): Complete Guide (2026)

Pass the PCD exam — Cloud Run, GKE, App Engine, Cloud SQL/Spanner. The developer-focused Professional cert.

GCP Pricing Complete Guide (2026)

GCP pricing fundamentals — committed use, sustained use, custom machine, common cost-optimization patterns.

Cloud Scheduler + Functions for Batch Workflows (2026)

Scheduled batch with Cloud Scheduler and Functions — common ETL/maintenance patterns.

GCP vs AWS Storage & DB Comparison (2026)

Cloud Storage vs. S3, BigQuery vs. Redshift, Spanner vs. Aurora. Honest feature-by-feature comparison.

Google Cloud is a trademark of Google LLC. Free-tier quotas may change without notice. For the latest details, see the official Always Free page.

Check what you learned with practice questions

Practice with certification-focused question sets

View GCP Exam Prep
Author

NicheeLab Editorial Team

NicheeLab editorial team focused on data engineering and cloud certification learning. Content is structured around practical study needs and official exam domains.


Related articles
Google Cloud

Google Cloud Certification Roadmap (2026)

Choose your GCP certification path — Foundational, Associate...

Google Cloud

CDL Cloud Digital Leader: Complete Exam Guide (2026)

Pass the Cloud Digital Leader exam — cloud business value, G...

Google Cloud

GAIL Generative AI Leader: Complete Exam Guide (2026)

Pass the Generative AI Leader exam — Gemini, Vertex AI, Work...

Google Cloud

Vertex AI Fundamentals for GCP Certs (2026)

Vertex AI basics every cert candidate needs — Workbench, Pip...

Google Cloud

Associate Cloud Engineer (ACE): Complete Guide (2026)

Pass the Associate Cloud Engineer exam — Console, gcloud, pr...

Browse all Google Cloud articles (103)
© 2026 NicheeLab All rights reserved.