In Switzerland 42.88%, and the desktop is twelve points ahead. Measured data, the long tail of resolutions and three tests on your own phone.

The instruction "design for the phone first" appears in every proposal and rests on a figure almost nobody checks. The previous version of this text — published on a site for the Swiss market — informed readers that "in Poland as much as 60% of web traffic comes from mobile devices, and globally this percentage reaches 70%".
We checked both at source. Neither is true, and neither was ever about the market this site sells to. For Switzerland the measurement points the other way entirely.
The StatCounter measurement for August 2026 looks like this:
Device share across six markets — August 2026
StatCounter Global Stats, August 2026
In Switzerland: desktop 55.30%, mobile 42.88%, tablet 1.82%. Not "over 60% mobile" — the reverse: it is the desktop that holds more than half, and it leads by twelve and a half points.
Worldwide: mobile 49.36%, desktop 49.11%, tablet 1.54%. Roughly half and half, not seventy per cent.
And the interesting part only appears once several markets are put side by side:
market | desktop | mobile | tablet |
|---|---|---|---|
Poland | 61.33% | 37.91% | 0.76% |
Switzerland | 55.30% | 42.88% | 1.82% |
France | 52.98% | 44.59% | 2.43% |
Europe | 50.67% | 47.12% | 2.21% |
Germany | 47.38% | 50.89% | 1.74% |
world | 49.11% | 49.36% | 1.54% |
Germany is the only market in this table where phones come out ahead, and it does so by three and a half points. On four of the six rows the desktop leads, Switzerland among them and the European aggregate too. Switzerland sits in the middle of that group: more desktop-heavy than France or Europe as a whole, less so than Poland.
The practical conclusion is that a recommendation copied from a foreign article can simply miss. A text written for the German market, where phones are narrowly ahead, will advise something different from the data for the country you sell in. That is exactly how "60% of traffic is mobile" ended up in our own article: somebody once copied a figure without checking which country it was measured in — and it was not even right about that country.
Where these figures come from and what they do not cover. StatCounter measures page views across a network of over a million sites, more than three billion views a month. Three caveats have to travel with the result, because without them the number sounds harder than it is: no statistical weighting is applied, so the sample reflects a partner network rather than a population; bot filtering is imperfect and the firm says so itself; and the data is subject to corrections for 45 days after publication. This is a sample of a large network, not a census.
Why the desktop holds up in Switzerland. StatCounter does not explain this and we will not pretend that it does. Our working reading, based on what we see with clients: decision-making and purchasing traffic in business services happens during working hours, at a desk. If you sell to businesses, designing a site for the phone alone means giving up the majority of the market that makes the decision.
This is not an argument against serving phones. It is an argument against treating them as the only case.
The phrase made a career and changed meaning along the way. It is worth reclaiming, because in its original form it is useful and in its common form it leads to the error described above.
Originally, mobile first was a design method based on constraint: start with the narrowest screen, because the least fits there, so you are forced to settle what matters most. Then, moving upward, you add what there is room for. The value of the method lies in forcing a hierarchy, not in preferring phones.
In common use it became shorthand for "we design for the phone, the desktop will work itself out". And that is the version which, on the Swiss figures, means designing for forty-three per cent of the traffic.
The difference is practical. The first method produces a site that looks considered on a desktop, because the hierarchy was settled where space was tightest. The second produces a site that looks like a stretched phone: one column in the middle, enormous spacing and two-thirds of the screen empty.
If you sell to businesses, ask the agency one question and listen for which version they describe: "how will this site use a wide screen?" An answer of "it will be centred" means you are buying the shorthand.
The second claim in the previous version was that three breakpoints — 768, 1024 and 1200 pixels — cover 95% of devices. That figure can be checked too.
The long tail of mobile resolutions in Switzerland
StatCounter Global Stats, August 2026
Mobile screen resolutions in Switzerland, August 2026: 414×896 is 24.88%, then 390×844 with 10.99%, 360×780 with 5.41%, 384×832 with 5.14% and 375×812 with 5.02%.
The top three come to 41.28% together. The top five — 51.44%. To reach ninety-five per cent you have to go a long way into the tail.
Switzerland deserves a caveat here, because it is the most concentrated of the markets we measured: one resolution alone holds a quarter of it, more than the whole Polish top two. Even so, half the market sits outside the five most common sizes — and half is not five per cent.
The distribution is long-tailed and the conclusion from it is the exact opposite of the original claim: there are no three device categories to design for. There is a continuous spectrum of widths, in which every popular value is worth a few per cent.
Designing for breakpoints therefore means a layout that is correct at a few points on the axis and accidental between them. And "between them" is most of your visitors.
It is also worth adding that the list of resolutions ages faster than the site does. The values at the top change with every generation of handsets, so a layout tied to particular numbers needs reviewing every year or so — and usually nobody does it, because nothing looks broken. A layout defined by a continuous function needs no such review, because it knows no particular resolution.
There is one technical conclusion and it has a name: fluid scaling. Instead of defining a few thresholds at which the layout jumps, you define a function that changes sizes continuously along with the width of the window.
Breakpoints versus fluid scaling
Own analysis
This site works exactly that way, and it is our own example rather than theory. Its typography is described by twenty-nine `clamp()` declarations, which scale sizes from 360 to 2560 pixels of width — from the narrowest phone to a 4K display. Fixed pixel values are banned outright by our design guidelines, not merely discouraged.
Three things this gives you, worth knowing because they translate into the conversation with an agency:
The layout is correct across the whole axis, not at three points. A phone 390 pixels wide and a phone 414 pixels wide do not get two different versions of the same page, just the same one, proportionally fitted. On the Swiss figures those two widths are, incidentally, the two most common in the country — together more than a third of it — and under breakpoint thinking they would sit inside the same bucket and be treated as identical.
There is no performance overhead. Fluid scaling is done natively by the browser while it calculates styles. It is not a script that has to load and run.
No extra work arrives with every new device. Breakpoints have to be added whenever a popular width appears that nobody anticipated. A continuous function has nothing to add.
Breakpoints still have their use — but for changes of layout, not of size: when three columns are to become one, and a horizontal menu a drawer. Those are qualitative decisions and there are a handful of them. Text size, spacing and image proportions change continuously.
No tools, no technical knowledge and no need to ask the agency. We pass all three ourselves, which is why we can recommend them.
The thumb-zone test. Take the phone in one hand, the way you hold it on a train. Can the most important button — call, send an enquiry, order — be pressed with your thumb without shifting your grip? Elements in the top corners are outside natural reach in one-handed use, and that is precisely where agencies most often put the phone number and the menu.
The tables and wide-content test. Find a table, a price list or a chart on the site. Swipe sideways. Correctly, the table itself scrolls and the page stays put. Incorrectly, the whole page moves, a horizontal bar appears at the bottom, and the text runs off the screen. On our site wide content has its own scrolling, and that is a rule written into our guidelines, not an accident.
The zoom-lock test. Try to pinch-zoom the page. If you cannot, somebody has disabled zooming — usually with a single parameter in the code, added "so the layout does not break". For somebody with poor eyesight that is a barrier, not an inconvenience. Our own viewport tag sets the width to the device width and the initial scale to one, with no zoom lock — you can check that on us with the same gesture.
If any test comes out badly, you have something concrete to raise with the agency instead of a feeling that "something is off on mobile".
If a site is slow on a phone, in the overwhelming majority of cases the cause is neither the layout nor the code but the photographs. The mechanism is simple and worth knowing, because it lets you ask the right question.
The same file for every screen. A photograph prepared for a 2560-pixel display and sent unchanged to a phone 414 pixels wide is several times more data than can be shown. The browser downloads all of it and then shrinks it on the fly — you are paying, in transfer, for pixels nobody will see.
The fix is mechanical, not editorial. The server prepares several sizes of every image and the browser picks the right one itself, knowing the screen width and the pixel density. This requires no editorial decisions and no different layout — it is a configuration that somebody either did or did not do.
Format matters too. Newer compression formats produce noticeably smaller files than classic JPEG at the same quality, and browsers that do not support them are given a fallback. That, too, is a setting rather than an artistic decision.
What you cannot see and what costs most: the image in the header, which loads first and is usually the largest on the page. It decides how long a visitor waits before seeing anything at all — and it is the one to measure first.
So the question for the agency is not "is the site responsive" but "are images served at a size matched to the screen". These are two different things, and the first is often satisfied without the second.
There are situations in which fitting the width is not enough and a separate design decision is needed, rather than another breakpoint.
Comparison tables and price lists. Ten columns will not fit on a phone in any layout. What is needed is a different form of the same information — cards instead of rows, a choice of two items to compare, collapsible sections. That is redesigning the content, not the styles.
Multi-step forms. A form that fits one screen on a desktop becomes, on a phone, a long scroll with the keyboard covering half the view. Splitting it into steps is sometimes the only answer, and it has to be planned rather than forced through styling.
Long lists and search. On a wide screen a filter can sit beside the results. On a narrow one it has to hide somewhere, and that changes the path — a decision about what matters more, not about how many pixels a column has.
The common denominator: these are decisions from the sketch stage, not the coding stage. What the wireframe settles, and what cannot be cheaply undone afterwards, we describe separately.
Almost every proposal contains it and it almost never means the same thing twice. Four questions settle what you are actually buying.
Does "responsive" mean fitting the width, or redesigning the layout? That is the difference between a change of styles and a different version of the page. A table that turns into cards on a phone is a redesign and should be a separate line in the quote.
Are wide screens in the price, or only narrow ones? A proposal describing "the mobile version" often says nothing about what happens above a thousand pixels — which is, to repeat, 55 per cent of Swiss traffic.
How many breakpoints, and what for? A good answer names the moments at which the layout should change qualitatively: when three columns become one, when the menu collapses. A bad answer recites a list of device resolutions.
Who checks the result, and on what? "Tested on devices" without naming them usually means: in a browser window narrowed with a mouse. That is not the same as a phone in your hand, because an emulator has no thumb, no keyboard covering half the screen and no slow connection.
And one thing worth asking for at handover: that the agency walks through the route to contacting you, in front of you, on their own phone. Not on a desktop, not in an emulator. Three minutes, and it produces more than the whole documentation.
The figures at the start of this text are an average for a whole country. Your site is not an average, and there are sectors where the proportion looks quite different — local services, food, retail, anything looked up while out and about.
So the only sensible next step is to check your own data rather than adopt somebody else's number. It takes a few minutes in any analytics tool: traffic split by device category, a window of at least three months, with your own traffic excluded. A shorter window shows a season or a campaign, not a structure.
Three things worth looking at while you are there, because they change the conclusions:
The distribution across the day. If phones dominate in the evening and desktops during working hours, you probably have two different audiences doing two different jobs — and different things should be easiest for each.
The difference between traffic and conversion. It happens that phones bring most of the visits and a minority of the enquiries. That does not always mean the site is broken on mobile; more often it means the decision is made elsewhere. How to read such a gap without drawing a false conclusion from it, we describe in the text on conversion rate.
Where they come from. Traffic from search, from campaigns and from social media has a different device mix. If you are planning a campaign, its channel will shift that proportion regardless of what today's statistic shows.
The conclusion is the same in every case: serve both ends of the axis properly. The "mobile or desktop" argument only makes sense when the budget stretches to one of them — and then the real question is where the decision is made, not where there are more visits.
How to measure your own site's speed. Responsiveness and performance are two different things, though frequently confused. We describe the measurement in the text on testing.
Accessibility. A zoom lock is one barrier, but the whole field has its own requirements and its own text.
How to judge a visual design. The heuristics, the standard and the questions to ask are in the text on UX and UI.
What a rebuild costs. The bill depends on whether the layout changes or only the styles — and that is settled earlier. The full breakdown is in the cost section.
A quarter of an hour on whether it is a question of styles or of layout — because that decides whether we are talking about a fix or a redesign.
What the design stage decides, and what code can no longer undo cheaply. Two texts, and three tests to run on your own site.
The difference that changes a quote. Six ISO principles translated into risk, Nielsen’s heuristics as a checklist, and the truth about “9,400% ROI”.
Your Partner in Business, Digital Vantage Team
Digital Vantage team is a group of experienced professionals combining expertise in web development, software engineering, DevOps, UX/UI design and digital marketing. Together we carry out projects from concept to implementation - websites, e-commerce stores, dedicated applications and digital strategies. Our team combines years of experience from technology corporations with the flexibility and immediacy of working in a smaller, close-knit structure. We work in agile methodologies, focus on transparent communication and treat each project as if it were our own business. The strength of the team is the diversity of perspectives - from systems architecture and infrastructure, frontend and design, to SEO and content marketing strategy. As a result, the client receives a cohesive solution where technology, aesthetics and business goals go hand in hand.
Rate this article
Back to the guide: Websites — a map of everything covered here

A 502 Bad Gateway, 500, 503 or 504 error tells you which part failed: the application, the link between servers or an overload. And who to call.

A 404 Not Found on your own site is usually a page removed without a redirect. What 4xx status codes mean, what Google does and why our 404 returns 200.

Open rates stopped measuring people in 2021 — Apple says so and the benchmark publisher admits it. What Gmail requires since 2024, and what a lead magnet really yields.



The line items behind a quote — from the needs audit to handover — and the factors that move the price. Figures from our Polish market study.

When a low quote makes sense and when it is a trap, plus the costs that surface after launch. Figures from our Polish market study.

How to create a free website step by step. Comparison of free creators, SEO, pros and cons of free solutions and website development.

Meta announced the reach decline itself in 2018. Our own measurement shows how many people really arrive from social — and what remains when the channel goes down.