Zurich's municipal digital infrastructure is carrying a problem that sounds trivial until you look at the bill. Duplicate images — identical or near-identical photograph files stored multiple times across different databases — have quietly accumulated inside the city's public records systems, planning portals and cultural archive networks, consuming server capacity and degrading the performance of services that hundreds of thousands of residents rely on every day.
The issue has moved from a background IT complaint to a front-line administrative concern in 2026, pushed partly by the city's ongoing digitisation push under its Smart City Zürich programme, which has accelerated the ingestion of scanned documents, aerial survey photographs and building permit imagery into centralised repositories. When the same file lands in three departments simultaneously — say, a façade photograph submitted to Stadtentwicklung Zürich, the cantonal heritage register and an internal planning workspace — without an automated deduplication filter, storage bloat compounds fast.
What This Costs, and Where It Shows Up
Storage is not free. The Canton of Zurich's public sector cloud infrastructure, managed in part through agreements with Swiss data centre operators bound by the Federal Act on Data Protection, carries real per-terabyte costs. Industry benchmarks for Swiss enterprise cloud storage hover around CHF 80 to CHF 120 per terabyte per month depending on redundancy tiers — and municipal archives routinely run into the hundreds of terabytes once scanned permit records, aerial imagery and cultural collections are counted together.
Beyond raw cost, duplicates slow retrieval. Residents searching the Grundbuchamt Zürich — the land registry office on Stampfenbachstrasse — for property documentation sometimes wait significantly longer than the system's design specifications because search indices have to parse multiple versions of the same file. The Stadtarchiv Zürich, which holds historical photographic collections stretching back to the nineteenth century and is housed near the Neumarkt in the Altstadt, has faced similar friction as it digitises its holdings and merges them with material submitted by neighbourhood associations and private donors.
The practical irritant reaches ordinary residents most acutely when they interact with the city's online building permit platform, eBau, introduced across Zurich canton. When architects and contractors submit project photographs — often the same site image resubmitted across multiple form stages — the back-end index grows faster than the actual project count suggests it should. Processing times for permit acknowledgements have drawn complaints in neighbourhoods like Altstetten and Schwamendingen, where housing construction is active under the city's Wohnungsnot response strategy.
Deduplication as Infrastructure — Not Just Housekeeping
The fix exists and is well understood. Perceptual hashing and checksum-based deduplication tools can identify visually identical or near-identical images before they are written to permanent storage, flagging them for human review or automatically suppressing redundant copies. ETH Zurich's computer science faculty has published research on scalable image deduplication methods suited to large institutional repositories, giving the city an expert resource practically on its doorstep on Rämistrasse.
Several European municipal governments — including those of Amsterdam and Vienna — have implemented deduplication pipelines inside their planning and archive systems in the past three years, reducing storage volumes by between 20 and 35 percent in reported cases. Zurich has the technical capacity to do the same. The Smart City Zürich programme's current roadmap, updated in early 2026, lists data quality and infrastructure efficiency as priority areas, which gives advocates inside the administration a policy peg to attach the argument to.
For residents, the most immediate ask is straightforward: when submitting documents to any cantonal or municipal portal, use consistent file naming and avoid resubmitting the same image across multiple form fields unless explicitly required. The eBau portal's submission guidelines already advise against duplicate attachments, though the instruction is buried several screens into the help documentation.
Longer term, the city's IT directorate will need to move deduplication from an optional clean-up exercise to a mandatory pipeline stage before files reach permanent storage. The server space recovered is money that could instead fund the housing planning capacity Zurich demonstrably needs. The technology is not complicated. The will to prioritise it is the actual question.