Skip to Content

Business center Barcelona

Eixample - Plaça Universitat​

🟢 Available immediately

✨ Fully furnished & ready to move in

Prices per month per desk from:

Full-time coworking .............. 200€ + VAT

Full-time private office ........... 260€ + VAT

Explore a modern business center at Plaça Universitat, Barcelona, offering fully equipped private offices and coworking spaces. 

Perfect for small companies and entrepreneurs in need of modern, flexible office solutions.


​Everything you need to start working


​✅ Tea and coffee

​❌ Parking

❌ Snacks and fruits

✅ 24/7 access

✅ Meeting rooms

✅ Community leader

✅ Furnitures


✅ Company registration address

​✅ Disabled access

✅ Internet (Wifi and cable)

✅ Individual storage

✅ Daily cleaning

✅ Natural light

✅ A/C

✅ Networking events

❌ Rooftop

✅ Printer

❌ Hot drinks

✅ Phone booths

❌ Pet-Friendly

✅ Flexible lease terms


✅ Services and aminities included in this workspace

❌ Services not included or not available in this workspace


Coworking dedicated desk
1 to 10 people

Dedicated desk in a shared coworking space, 24/7 access, all services included

200€ + VAT 

Private office
2 to 6 people

Fully furnished private office, with access to common areas and services included

Up to 1.560€ + VAT

Private office
6 to 10 people

Large fully furnished private office ideal for growing teams

Up to 2.600€ + VAT

Turnkey offices and coworking in the Eixample, Barcelona


Located between the Eixample and Raval districts, Plaça Universitat is a vibrant, well-connected area ideal for businesses seeking a central base in Barcelona. With easy access to metro lines, buses, and just a short walk from Plaça Catalunya, it offers outstanding connectivity for teams and clients alike.

The neighborhood is surrounded by universities, coworking spaces, cafés, and shops; creating a dynamic environment perfect for startups, creatives, and established companies. 

If you're looking for flexible or serviced office space in the heart of the city, Plaça Universitat is a smart choice.​


Get office availability

More info about this workspace

This coworking space is ideally located in the heart of Barcelona, by metro​​ L1 (Universitat), and L2 (Universitat)

Located in strategic Barcelona neighborhoods, it provides professionals with a premium and accessible, 24/7 access workspace combining flexibility and boutique quality.

Perfect for lawyers, startups, and demanding SMEs.

Plaça Universitat is a lively and central Barcelona neighborhood, full of great cafes, restaurants, and shops. It’s the perfect place to grab a quick takeaway and keep your day moving smoothly.

Bonus Officionados: don’t miss the charming university garden nearby; a quiet oasis away from the city buzz, where you might even find some friendly cats relaxing. It’s an ideal spot to recharge and boost your energy for the rest of the day.

Want to discover the offices?


Schedule a visit

document.addEventListener("DOMContentLoaded", function() { if ('loading' in HTMLImageElement.prototype) { document.querySelectorAll("img").forEach(function(img, index) { if (img.hasAttribute("loading")) return; const isHeader = img.closest('header, nav, .navbar'); const isLogo = img.classList.contains('logo') || img.alt.toLowerCase().includes('logo'); const isPriority = index === 0 || isHeader || isLogo; if (isPriority) { img.setAttribute("loading", "eager"); img.setAttribute("fetchpriority", "high"); } else { img.setAttribute("loading", "lazy"); } img.setAttribute("decoding", "async"); }); } else { loadLazyLoadingPolyfill(); } }); function loadLazyLoadingPolyfill() { if ('IntersectionObserver' in window) { const imageObserver = new IntersectionObserver(function(entries, observer) { entries.forEach(function(entry) { if (entry.isIntersecting) { const img = entry.target; if (img.dataset.src) { img.src = img.dataset.src; img.removeAttribute('data-src'); } observer.unobserve(img); } }); }); document.querySelectorAll("img").forEach(function(img, index) { const isHeader = img.closest('header, nav, .navbar'); const isLogo = img.classList.contains('logo') || img.alt.toLowerCase().includes('logo'); const isPriority = index === 0 || isHeader || isLogo; if (!isPriority) { if (img.src && !img.dataset.src) { img.dataset.src = img.src; img.src = 'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB2aWV3Qm94PSIwIDAgMSAxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InRyYW5zcGFyZW50Ii8+PC9zdmc+'; } imageObserver.observe(img); } }); } }