What Does It Cost to Run an App?
Running a typical app costs roughly SEK 2,000–20,000 per month. That covers backend hosting, database and storage, plus third-party services for push notifications, analytics, maps, and messaging. A small app with few users sits near the bottom of the range, while many users, real-time data, and large data volumes push the cost up.
The running cost is what the app costs every month just to exist: servers, databases, and the services it talks to. It shouldn’t be confused with maintenance, which is developer time for bug fixes and updates. Here’s a look at just the infrastructure – what it costs, what drives the price, and where the steps up in cost sit.
Backend hosting: SEK 2,000–20,000 a month
For a typical app, backend hosting lands at SEK 2,000–20,000 per month. That covers application servers, database, file storage, and traffic. Where you land in the range depends on three things:
- Number of users and how active they are. A hundred daily users and ten thousand are entirely different load profiles.
- Data volume. An app that stores text is cheap. Images, video, and documents drive up storage and traffic costs.
- Availability requirements. Redundancy, backups, and test environments are the right call for many apps – but every extra environment costs money.
A simple app with a few hundred users often gets by on SEK 1,000–3,000 a month. A medium-sized consumer app is more likely to run SEK 5,000–15,000, and apps with real-time features or large amounts of media can pass SEK 20,000.
Note that hosting has a fixed part and a variable part. Database, base servers, and test environment cost about the same every month regardless of usage, while traffic, storage, and function calls follow activity. The fixed part sets the floor – that’s why even an app with a hundred users rarely comes in under a thousand kronor a month.
Third-party services: price examples by category
Beyond hosting, nearly every app uses ready-made services for things that would be unreasonably expensive to build in-house. Most have a free tier and are then priced by usage:
| Service | Typical cost | Comment |
|---|---|---|
| Push notifications | SEK 0–2,000/mo | Basic sending is often free; segmentation and campaign tools cost extra |
| Analytics tools | SEK 0–5,000/mo | Free tiers last a long way; paid plans add export and longer history |
| Maps and location services | SEK 0–5,000/mo | Priced per call – cheap early on, noticeable at volume |
| Email and SMS | SEK 200–3,000/mo | Email is cheap per send; SMS often costs SEK 0.30–0.70 each |
Add up the categories and you see the pattern: each individual service feels cheap, but five services at a thousand kronor each add up to a noticeable monthly line. So go through the list once a year and turn off what isn’t being used.
How the cost scales with the number of users
The running cost doesn’t grow linearly – it grows in steps. The most common thresholds:
- Out of the free tiers. Around the first thousand active users, the app outgrows the free tiers on analytics, push, and email services. The bill goes from close to nothing to a few thousand kronor.
- Bigger database and more servers. Around tens of thousands of users, the database needs more power and the servers get more numerous or larger. Hosting tends to jump up a notch at a time rather than creep.
- Usage-based services take over. At large volumes, it’s map calls, messaging, and traffic that dominate the bill – line items that track every individual user’s behavior.
What matters isn’t pinning down the exact numbers in advance, but knowing where the next step up sits, so a growing app doesn’t spring a financial surprise.
Worked example: an app with 5,000 active users
Say you run a membership app with 5,000 monthly active users: login, bookings, push notifications, and email receipts. A reasonable monthly budget looks roughly like this: hosting and database SEK 3,000–5,000, push notifications within or just above the free tier, analytics SEK 0–500, email a few hundred kronor, and a map feature for SEK 500–1,000. Total roughly SEK 4,000–7,000 a month – about like a phone plan pool for a small team, but a line item that belongs in the budget from day one.
Don’t forget the big picture: running costs are one of three ongoing line items
Running costs, maintenance, and further development are three separate budget lines. Running keeps the lights on, maintenance keeps the app compatible with new OS versions, and further development makes it better. An agency should be able to give you an estimate for all three before the project starts – that’s part of a serious service setup. Want a running-cost estimate for your specific app? Just get in touch.
Frequently asked questions
Does every app need a backend that costs money every month?
No. An app that only displays local content, like a calculator or a simple tool, can get by almost entirely without a server side. But as soon as users need to log in, share data, or sync between devices, a backend is required – and that's when the monthly cost starts ticking.
Can an app run for free in the beginning?
Often, yes. Most cloud services and third-party services have free tiers that are enough for testing and the first users. Expect, though, that an app in live use with real users will outgrow the free tiers, so budget for a few thousand kronor a month from the start.
What happens to the running cost if the app suddenly gets a lot of users?
Most cloud platforms scale automatically – the app keeps working, but the invoice follows usage. So set budget alerts with the cloud provider and keep an eye on usage-based services, like maps and messaging, where cost can move fast.
Is running the app included in the agency's quote?
Rarely. The development quote normally covers the build, while running costs get billed on an ongoing basis – either directly from the cloud provider to you, or through the agency as part of a maintenance agreement. Always ask for an estimated monthly running cost before you sign.
How can I lower the running cost of an existing app?
Review the sizing: many apps pay for more server capacity than they use. Go through the third-party services annually, turn off what isn't used, and cache data that rarely changes. It's often possible to cut a third off the bill without users noticing anything.