32 More Countries Will Stop Stamping Passports In 2026
5 min readThere is a specific sound every traveler knows. The heavy thud of the rubber stamp hitting the ink pad, followed by the crisp crunch of it landing on a fresh page of your passport. For decades, that sound has been the universal “welcome” to a new adventure. It’s a souvenir that money can’t buy—a messy, …
The post 32 More Countries Will Stop Stamping Passports In 2026 appeared first on Travel Off Path.
There is a specific sound every traveler knows.
The heavy thud of the rubber stamp hitting the ink pad, followed by the crisp crunch of it landing on a fresh page of your passport. For decades, that sound has been the universal “welcome” to a new adventure. It’s a souvenir that money can’t buy—a messy, sometimes smudged proof that you were there.
But if you are sentimental about your passport pages, I have bad news: The ink is running dry.


In 2026, the global shift toward biometric borders is hitting hyper-drive. We aren’t just talking about one or two tech-savvy nations anymore. We are talking about entire continents. Based on the latest confirmed timelines, 32 more countries are scheduled to ditch physical stamps for good (or drastically reduce them) this year.
Here is where you won’t be getting a souvenir ink stamp in 2026.
Mexico (Tourist Destinations)


If you are heading south for a margarita, you’ve likely noticed the chaos of the Mexican immigration hall is… surprisingly efficient lately.
Mexico has been aggressively phasing out the physical FMM (Multiple Immigration Form)—that annoying paper slip you used to have to guard with your life. In 2026, this digital transformation is solidifying at major tourist hubs.
At Cancun (CUN), Los Cabos (SJD), Mexico City (AICM) and Puerto Vallarta (PVR) physical stamps are being replaced by high-speed E-Gates for eligible travelers (including Americans and Canadians).
- How it works: You scan your passport, the gate snaps a photo, and you are through.
- The Receipt: Instead of a stamp in your book, you often get a printed receipt or a digital record linked to your passport.
While you can still request a stamp at some manual booths, the default “fast track” for tourists is now 100% ink-free.
United Kingdom
The UK’s shift away from stamps is more of a gradual extinction than a sudden stop.
With the expansion of the Electronic Travel Authorisation (ETA) system in 2026, the UK border force is pushing nearly all eligible visitors (including Americans) toward eGates.
If you use an eGate (which you should, unless you love waiting in lines), you do not get a stamp.
This becomes even more rigid starting February 25, 2026, when the ETA becomes mandatory for all non-visa nationals. The digital authorization replaces the need for a border officer to physically check and stamp your book.


- If you use an eGate (which you should, unless you love waiting in lines), you do not get a stamp.
- This becomes even more rigid in 2026 as the ETA becomes mandatory for all non-visa nationals. The digital authorization replaces the need for a border officer to physically check and stamp your book.
Singapore


Singapore has always been living in the future, so it’s no surprise they are leading the charge here. In fact, they are practically eliminating the need for a passport at all in some terminals.
Starting January 30, 2026, Singapore is implementing strict “No-Boarding Directives.“
What does that mean? Simply put, the “border” is moving to your departure gate. Singapore will now check your status before you even get on the plane. If you aren’t digitally cleared to enter, the airline won’t let you board.


The Trade-Off: Because the hard work is done upstream, the arrival process is practically magic. The days of flipping through passport pages at Changi Airport are over. Most travelers now breeze through automated lanes that use iris and facial recognition to grant entry. No stamp, no questions, just efficiency.
🛂 Who Is Stopping Stamps?
Tap a region to see which countries are going digital this year.
▼
Status: Digital Entry/Exit System (EES) replacing stamps by April 2026.
Croatia Czechia Denmark
Estonia Finland France
Germany Greece Hungary
Iceland Italy Latvia
Liechtenstein Lithuania Luxembourg
Malta Netherlands Norway
Poland Portugal Romania
Slovakia Slovenia Spain
Sweden Switzerland
▼
Status: E-Gates replacing stamps at major airports.
Los Cabos (SJD)
Mexico City (MEX)
*Available for eligible US/Canada/UK tourists.
▼
Status: eGates + ETA System.
If you use the automated eGates (standard for Americans), you receive no stamp. The new ETA digital authorization makes this mandatory for most.
▼
Status: Biometric “No-Boarding” Directives.
Passport checks happen before you fly. Arrival is purely biometric (face/iris scan). No books, no ink.
The “Big 29”: The Schengen Zone (Europe)


This is the massive one. After years of delays, false starts, and “will they, won’t they” rumors, the European Union is finally pulling the plug on physical stamps.
The new Entry/Exit System (EES) began its phased rollout in late 2025, but April 10, 2026, is the date circled on every border guard’s calendar. By this deadline, the system is scheduled to be fully operational across all 29 Schengen countries.
Instead of a stamp, your entry will be recorded digitally. You will scan your passport at a self-service kiosk, provide a fingerprint and facial scan, and the “stamp” will be a digital entry in a massive EU database.


The “Visa” Confusion This new digital border is also paving the way for the ETIAS (European Travel Information and Authorisation System). With stamps disappearing and rules tightening, millions of Americans are unsure if they will be allowed entry under the new system.
Don’t guess. Before you book your European summer trip, use our ETIAS Checker Tool to see exactly where you stand. It takes seconds and clears up the confusion instantly.
/* Part IV.A: Visual Style Guide Protocol */
#top-schengen-mini {
font-family: ‘Poppins’, sans-serif;
background: #ffffff;
border-radius: 24px;
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
max-width: 600px;
margin: 30px auto;
padding: 25px;
color: #212529;
text-align: center;
position: relative;
box-sizing: border-box;
border: 1px solid #e9ecef;
}
#top-schengen-mini h3 {
color: #6f42c1;
font-size: 1.4rem;
margin-bottom: 5px;
font-weight: 700;
}
#top-schengen-mini .top-sub {
color: #6c757d;
font-size: 0.9rem;
margin-bottom: 20px;
}
/* EMOJI PULSE ANIMATION */
@keyframes topMiniPulse {
0% { transform: scale(1); }
50% { transform: scale(1.2); }
100% { transform: scale(1); }
}
#top-schengen-mini .top-mini-pulse {
display: inline-block;
animation: topMiniPulse 2s infinite ease-in-out;
font-family: ‘Poppins’, “Apple Color Emoji”, “Segoe UI Emoji”, “Noto Color Emoji”, sans-serif !important;
font-size: 1.4rem;
margin-right: 8px;
}
/* ACCORDION TRIGGER */
#top-schengen-mini .top-list-trigger {
background: #f8f9fa;
border: 1px solid #e9ecef;
padding: 12px 20px;
border-radius: 50px; /* Pill shape for mini feel */
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
font-weight: 600;
transition: all 0.2s;
color: #212529;
font-size: 0.95rem;
width: 100%;
}
#top-schengen-mini .top-list-trigger:hover {
border-color: #6f42c1;
background: #ffffff;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
color: #6f42c1;
}
#top-schengen-mini .top-list-trigger.active {
background: #e0e7ff;
color: #6f42c1;
border-color: #c7d2fe;
}
#top-schengen-mini .top-chevron {
font-size: 0.8rem;
transition: transform 0.3s;
}
#top-schengen-mini .top-list-trigger.active .top-chevron {
transform: rotate(180deg);
}
/* HIDDEN LIST */
#top-schengen-mini .top-hidden-list {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease-out;
text-align: left;
margin-top: 15px;
}
#top-schengen-mini .top-country-grid {
display: flex;
flex-wrap: wrap;
gap: 6px;
justify-content: center;
padding-bottom: 10px;
}
#top-schengen-mini .top-tag {
background: #f1f3f5;
color: #495057;
padding: 5px 10px;
border-radius: 6px;
font-size: 0.8rem;
font-weight: 500;
border: 1px solid #e9ecef;
}
/* CTA */
#top-schengen-mini .top-cta-link {
display: inline-block;
margin-top: 10px;
color: #6f42c1;
font-weight: 700;
text-decoration: none;
font-size: 0.85rem;
}
#top-schengen-mini .top-cta-link:hover {
text-decoration: underline;
}
/* BRANDING */
#top-schengen-mini .branding {
margin-top: 20px;
font-size: 0.75rem;
color: #adb5bd;
border-top: 1px solid #e9ecef;
padding-top: 10px;
}
#top-schengen-mini .branding a {
color: #212529;
text-decoration: none;
font-weight: 600;
transition: color 0.2s;
}
#top-schengen-mini .branding a:hover {
color: #6f42c1;
}
📋 The Schengen List (29)
The official list of European countries stopping stamps.
▼
Bulgaria Croatia
Czechia Denmark
Estonia Finland
France Germany
Greece Hungary
Iceland Italy
Latvia Liechtenstein
Lithuania Luxembourg
Malta Netherlands
Norway Poland
Portugal Romania
Slovakia Slovenia
Spain Sweden
Switzerland
<hr class="wp-block-separator has-alpha-are valid for your specific destination.
The Travel Off Path Advantage: Your Travel Toolkit
Subscribe To Our Latest Posts
Enter your email address to subscribe to Travel Off Path’s latest breaking travel news, straight to your inbox.