March 6, 2026

Slow Travel News

Your resource for nomadic travel and international living – new articles daily

Why Digital Nomads Are Leaving Mexico City For This Quiet Baja Sur Village North Of Cabo

4 min read
Why Digital Nomads Are Leaving Mexico City For This Quiet Baja Sur Village North Of Cabo  The Cabo Sun

Share The Article

For the last five years, Mexico City (CDMX) was the undisputed king of the digital nomad world. If you worked remotely, you moved to Roma Norte or Condesa. It was just what you did.

But in 2026, the vibe has shifted aggressively.

My friends in the capital are telling me the same thing: the “Golden Age” of cheap rent and easy living in CDMX is over. Between the anti-gentrification protests (you’ve seen the “Gringo Go Home” graffiti) and the noise levels, the burnout is real.

So, where is everyone going? They are flying north.

Ground level day time view of the historic mission in Todos Santos, Baja California Sur, Mexico.Ground level day time view of the historic mission in Todos Santos, Baja California Sur, Mexico.

Todos Santos, the “Pueblo Mágico” about an hour north of Cabo San Lucas, is rapidly becoming the new sanctuary for the remote work crowd.

Here is why the migration is happening and what you need to know before you book a one-way ticket.

The Push: Why They Are Leaving CDMX

The exodus isn’t just about exploring new places; it’s about escaping tension.

  • The Hostility: It’s uncomfortable to admit, but the “anti-tourist” sentiment in Mexico City has boiled over. Locals are rightfully angry about rising rents, and for a nomad just trying to work, feeling unwelcome in your own neighborhood wears you down.
  • The Cost: Rents in the “nomad bubbles” of CDMX now rival parts of the U.S. The value proposition—”live like a king for cheap”—is dead in those zones.
  • The Noise: You can only listen to the camotes whistle and traffic horns for so long before you crave silence.
Todos Santos The Perfect Day Trip But The Big Myth Travelers Need To KnowTodos Santos The Perfect Day Trip But The Big Myth Travelers Need To Know

The Pull: Why Todos Santos?

Todos Santos isn’t new, but its infrastructure is. A few years ago, working from here was a gamble. Today, it’s a fortress of connectivity.

1. The “Starlink” Effect

This is the single biggest game-changer. The arrival of Starlink (and localized fiber optic expansions) wiped out the #1 fear of the digital nomad: bad Wi-Fi. You can now take a Zoom call from a farm-to-table cafe in El Pescadero with better stability than you’d get in a Mexico City Starbucks.

Todos Santos SignTodos Santos Sign

2. The “Soft Landing” Community

You don’t have to be a pioneer here. The infrastructure for remote workers is already built. With plenty of cute cafes to work from, you’ll not have trouble finding the perfect spot to hammer out your latest article (trust me).

And if you’re looking for the perfect spot to call home for a bit, try out Perro Surfero. This is the OG spot. It’s a boutique hotel designed specifically for nomads, with dedicated workspaces and a vibe that feels more like a community center than a hostel.

3. The Lifestyle Upgrade

Instead of dodging traffic, you are dodging waves. The routine here is different: Surf at Cerritos Beach at 7 AM, work until 4 PM, and watch the sunset at a farm-to-table restaurant like Jazamango. It’s the “Tulum aesthetic” without the cartel headlines or the sargassum (seaweed) on the beach.

The Reality Check

I need to be transparent with you: Todos Santos is not a utopia.

The secret is out, and the rapid growth is putting a serious strain on the town, specifically the water supply. The desert aquifer is fragile, and the town often faces shortages. If you move here, you have a responsibility to be hyper-conscious of your usage. Long showers and daily laundry loads are a “no.”

Also, “quiet” means quiet. If you need nightclubs, 24-hour convenience stores, or Uber Eats at 2 AM, you are better off heading to Cabo.

Todos Santos beachTodos Santos beach

The Bottom Line

The center of gravity for remote work in Mexico is shifting north. If you are tired of the noise in the capital and want to trade concrete for cactus, Todos Santos is ready for you.

Just do us a favor: conserve the water, and don’t try to turn it into the new Tulum.

/* Main container for the whole section */
.csun-cta-container {
font-family: ‘Poppins’, -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
text-align: center;
margin: 3em auto;
background-color: #f0f2f5;
border-radius: 16px;
max-width: 800px;

/* — MOBILE-FIRST FIX — */
/* Use smaller padding on mobile devices */
padding: 1em;
}

/* — General Link Styling — */
.csun-main-card-link, .csun-social-card-link {
text-decoration: none !important;
display: block;
}

/* — MORE SPECIFIC FIX: Force no underline on text within the links — */
.csun-main-card-link h2,
.csun-main-card-link p,
.csun-social-card-link h3,
.csun-social-card-link p {
text-decoration: none !important;
}

/* — The Main Resort Finder Card — */
.csun-main-card {
background-color: #ffffff;
border: 1px solid #e9ecef;
border-radius: 16px;
/* MODIFICATION: Reduced padding slightly for a better mobile feel */
padding: 2em;
transition: transform 0.2s ease, box-shadow 0.2s ease;
margin-bottom: 20px;
}
.csun-main-card:hover {
transform: translateY(-5px);
box-shadow: 0 12px 28px rgba(0,0,0,0.09);
}
.csun-main-card h2 {
font-size: 26px;
font-weight: 700;
color: #1a202c;
margin: 0 0 0.5em 0;
}
.csun-main-card p {
font-size: 18px;
color: #4a5568;
line-height: 1.6;
max-width: 600px;
margin: 0 auto 1.75em auto;
}
.csun-main-card .csun-button {
display: inline-block;
background-color: #E98A1B; /* Cabo Sun Orange */
color: #ffffff;
font-size: 18px;
font-weight: 600;
padding: 15px 30px;
border-radius: 8px;
transition: background-color 0.2s ease;
}
.csun-main-card .csun-button:hover {
background-color: #d0760e; /* Darker shade */
}

/* — The Social Media Grid — */
.csun-social-grid {
display: flex;
flex-direction: column;
gap: 20px;
justify-content: center;
}
.csun-social-card {
background-color: #ffffff;
border: 1px solid #e9ecef;
border-radius: 16px;
padding: 2em;
height: 100%;
box-sizing: border-box;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.csun-social-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0,0,0,0.07);
}
.csun-social-card .social-icon {
height: 40px;
width: 40px;
margin-bottom: 1em;
}
.csun-social-card h3 {
font-size: 20px;
font-weight: 600;
color: #1a202c;
margin: 0 0 0.5em 0;
}
.csun-social-card p {
font-size: 16px;
color: #4a5568;
line-height: 1.5;
margin: 0;
}

/* Desktop: Two columns side-by-side */
@media (min-width: 768px) {
/* — DESKTOP FIX — */
/* Restore the original, larger padding for desktop */
.csun-cta-container {
padding: 2em;
}

.csun-main-card {
padding: 2.5em; /* Restore original desktop padding */
}

.csun-social-grid {
flex-direction: row;
}
}

Subscribe to our Latest Posts

Enter your email address to subscribe to The Cabo Sun’s latest breaking news affecting travelers, straight to your inbox.

***
This article has been archived by Slow Travel News for your research. The original version from The Cabo Sun can be found here.
Copyright © All rights reserved. | Newsphere by AF themes.