Guides · Guide · 12 min read · Aug 18, 2026

How Much Does It Cost to Build an App in 2026?

The honest answer is a range so wide it looks evasive: a functional app can cost less than $10,000 or more than $500,000. Anyone who gives you one number before asking detailed questions is guessing, and you will pay for the guess later. What this guide can do is show you what actually moves the number, where the money really goes, and the costs that never appear in a first quote. By the end you will be able to read a proposal and see what it is quietly leaving out.

The question behind the question

An app is not priced by its screens. It is priced by its systems. A ten-screen app with no accounts, no payments and no server can genuinely be small. A three-screen app that takes payments, syncs across devices and sends notifications is a distributed system wearing a small costume.

This is why "how many screens?" is the wrong opening question and "what has to be true after someone taps the button?" is the right one. When we scope an app, most of the conversation is about the invisible parts:

  • Accounts and identity. Sign-in sounds trivial and is not: email plus Google plus Apple sign-in, password reset, account deletion (the stores require it), and what happens to data when an account dies.
  • Money. In-app purchases and subscriptions must be verified server-side against the store before anything is granted, or your paywall is decoration. Payments are routinely a quarter of the real engineering in a "simple" paid app.
  • A backend. If two devices must ever see the same data, you are building and running a server: APIs, a database, auth in front of it, backups behind it, and hosting bills forever.
  • AI features. Each AI feature is an ongoing per-use cost and a new failure mode. The engineering that makes AI features honest, verifying outputs and designing what happens when the model is wrong or unreachable, costs more than the API call.
  • Offline behaviour. "It should work on the train" is one sentence that can add weeks: local storage, sync, and conflict resolution when two edits collide.

Where the budget actually goes

Across projects, a production app's budget splits roughly like this. The exact shares move, but the shape is stable, and the surprise for most buyers is how little of it is the visible app:

WorkRough shareWhat it covers
Design10 to 15%Flows, screens, states nobody sketches (empty, error, loading), app icon, store assets.
App code25 to 35%The screens and logic on the device, for each platform you target.
Backend20 to 30%APIs, database, auth, payments verification, notifications, admin tooling.
Testing10 to 15%Real devices, release builds (which crash differently from debug builds), edge cases.
Store readiness5 to 10%Signing, listings, privacy declarations, data-safety forms, review cycles and rejections.
Launch buffer5 to 10%The issues only real users find. This line being absent from a quote is a warning.

Realistic ranges by shape of app

With the caveat that rates vary enormously by region (published agency rates run from roughly $25 an hour in South Asia and parts of Eastern Europe to $150 to $250 an hour in the US and Western Europe), the shapes look like this:

  • A focused utility (no accounts, no server, one clear job): often $5,000 to $25,000. Cross-platform frameworks keep this end affordable because one codebase covers both stores.
  • A product with accounts and content (sign-in, profiles, a backend, notifications): commonly $25,000 to $80,000 depending on region and polish.
  • A transactional product (payments or subscriptions, multi-sided users, admin tooling, compliance): $80,000 to $250,000 and beyond at agency rates, because most of the work is the backend and the correctness of money.
  • AI-first products: add the AI engineering premium to any tier above, plus a permanent per-use running cost that scales with success. Model the unit economics before you build; a feature that costs $0.04 per use is a different business at a million uses.

Treat all of these as orientation, not quotes. The same product brief can land in different tiers depending on decisions you have not made yet, which is precisely why a design document should exist before a price does.

The costs nobody quotes

  • Store accounts and rules. Google Play's developer account is a one-time $25; Apple's Developer Program is $99 per year. Trivial money, but the rules attached are not: account deletion support, privacy questionnaires, and review processes that can reject a finished app for a missing screenshot or an imprecise data declaration.
  • Signing keys. Lose an Android upload key or the credentials around it and you can lose the ability to update your own app. Key custody is an operational cost someone must own, ideally you.
  • Hosting, forever. The backend bill arrives every month whether or not users do. Small apps can run cheaply; the point is that the line exists and grows.
  • Third-party services. Analytics, crash reporting, push delivery, email. Free tiers end, and pricing that scales per user compounds against you exactly when the app succeeds.
  • Maintenance. The common rule of thumb is 15 to 20 percent of build cost per year. iOS and Android each ship major versions annually, and both stores change policy on their own schedule with deadlines attached.

How to spend less without pretending

  • One codebase. Cross-platform development (we use Flutter for our own sixteen apps) genuinely does remove most of the duplicated cost of two native apps. See our Flutter vs native comparison for where that trade is and is not the right one.
  • Cut scope, not corners. The cheapest feature is the one version two ships. An MVP is not a worse product; it is a smaller one that works completely.
  • Buy the solved problems. Auth providers, managed databases and payment platforms exist so your budget goes into the product only you can build.
  • Demand a design doc first. A few pages stating what the app does, what data goes where, and what is out of scope. It costs a little and prevents the expensive disease: five bidders pricing five different imaginary products.

Frequently asked

Can I get an app built for under $10,000?

Sometimes, if the scope is genuinely small: one platform or cross-platform, a handful of screens, no accounts, no payments, and you accept template-level design. The risk is not the price, it is that many sub-$10k quotes silently exclude the backend, testing and store work, and the difference arrives later as change requests.

Why do agency quotes for the same app differ by 5x?

Because they are not quoting the same app. One read your two-page brief as a demo; another read it as a production system with accounts, payments, moderation and support. The fix is a written design doc before any quote, so every bidder prices the same product.

What does it cost to keep an app running after launch?

A common industry rule of thumb is 15 to 20 percent of the build cost per year. It covers OS releases breaking things, store policy changes demanding work on a deadline, dependency updates, bug fixes and server hosting. An app is a service, not a purchase.

If you want a number for your actual product rather than a range for a hypothetical one, the path is the design doc: how we build apps explains the process, and every app we have shipped for ourselves is on the products page with its honest status, so you can judge the builder before you brief one.

App developmentCostMobilePlanning

Need this done, not just read about?

Deplyra builds, ships and runs exactly this in production — as code, with GitOps, handed over documented.

Start a project →
Keep reading

Let's build something that stays up.

One message. We'll reply with questions, not a sales pitch — then a plan you can hold us to.

REMOTE WORLDWIDE · FREELANCE / CONTRACT · START: IMMEDIATE