Menu

AUD
2026 STATUS 2 140 ZERO
$4,600.00 Incl. tax
Add to cart
2026 STATUS 2 140 ZERO
Specialized
(0)

2026 STATUS 2 140 ZERO

$4,600.00 Incl. tax
In stock

STATUS 2 ZERO finds the boundaries of mountain bikes made for smaller riders and pushes past them. Is it a trail bike? Yes. Park bike? Yep. Read more.

Product description

STATUS 2 ZERO finds the boundaries of mountain bikes made for smaller riders and pushes past them. Is it a trail bike? Yes. Park bike? Yep. Cruise to the convenience store and stop for a stealth session on a concrete wall ride? Oh yeah. STATUS 2 ZERO is a bike meant to be ridden, however, or wherever you ride.

Whether you're on the trails, at the bike park, on the streets, or just cutting turns with your friends on a local hill, the STATUS 2 ZERO will allow you to ride your way.

GO BIG, START SMALL: STATUS 2 ZERO is a first for our mountain bikes. It is a ‘core’ and incredibly capable rig built intentionally for small riders who want to really get after it. It has custom-tuned kinematics and suspension from the Specialized Ride Dynamics team—specifically for smaller riders—and appropriately sized components.

BUILT BY RIDERS: STATUS 2 ZERO starts with a super strong M5 alloy chassis and tough alloy wheels. Stout suspension, powerful brakes, and popular drivetrain options round out these builds to catch big hits, pedal smooth, and provide a ton of stoppage. It’s not for the gram counter—it’s for those riders who push the boundaries of progression and come back for more.

RIDE DYNAMICS TUNED: Before arriving at your doorstep or local bike shop, each bike gets a special shock tune from our Specialized Ride Dynamics team—a group that eats, sleeps, and breathes mountain bike suspension. The shock's characteristics are designed to perfectly complement the new bike's kinematics and smaller size.

LET’S GET PERSONAL: Customize even more with neatly packaged flip chips (located on the Horst pivot link, close to the rear axle) that allow you to finely tune the frame’s geometry to your desired ride or terrain. Bikes ship in the high position but can be ‘flipped’ to lower and slacker—8 mm lower bottom bracket and half a degree slacker head tube angle.

Features

  • 100% Redesigned durable alloy chassis
  • New, more durable alloy rims
  • Horst Link geometry adjust flip chip
  • Updated geometry for more usability
  • Curated parts spec for your desired ride experience

TECHNICAL SPECIFICATIONS

Frameset

  • Frame: M5 Alloy chassis and rear-end, Trail Geometry for 27.5 Front" and 26" rear wheels , horst pivot geo adjustment, threaded BB, internal cable routing with external rear brake option, 12x148mm dropouts, sealed cartridge bearing pivots, SRAM UDH compatible, 140mm of travel
  • Seat Binder: Alloy, 38.6mm

Suspension

  • Rear Shock: Marzocchi Bomber Air, Ride Dynamics Trail Tune, 2-position non-indexed compression sweep, w/ LSR adjustment, 210x50mm
  • Fork: Marzocchi Z1, Rail Damper, damper, two position Sweep adjustment, 15x110mm Kabolt axle, 37mm offset, 140mm of travel

Brakes

  • Front Brake: SRAM DD8 Stealth
  • Rear Brake: SRAM DD8 Stealth

Drivetrain

  • Rear Derailleur: SRAM Eagle 70 Transmission, 12-speed
  • Shift Levers: SRAM EAGLE 70
  • Cassette: SRAM XG-1270 Transmission Cassette, 12-speed,10-52t
  • Chain: SRAM 70 Transmission Chain
  • Crankset: SRAM Eagle 70, 155mm, 55mm chainline, 30T
  • Chainrings: Steel, 30T
  • Bottom Bracket: SRAM DUB Threaded Wide

Wheels & tires

  • Rims: Roval Traverse 27.5, hookless alloy, 30mm inner width, tubeless ready
  • Front Hub: Specialized alloy front hub disc, sealed cartridge bearings, 6-bolt, 15x110mm thru-axle, 28h
  • Rear Hub: Specialized alloy rear hub disc, sealed cartridge bearings, 6-Bolt, 12X148mm thru-axle, 28h, HG Steel Fhb
  • Spokes: DT Swiss Elemental
  • Front Tire: Butcher, GRID TRAIL casing, GRIPTON® T7 compound, 2Bliss Ready, 27.5x2.3"
  • Rear Tire: Butcher, GRID TRAIL casing, GRIPTON® T7 compound, 2Bliss Ready, 26x2.3"
  • Inner Tubes: Standard, Presta valve

Cockpit

  • Stem: Alloy Trail Stem, 35mm bar bore
  • Handlebars: Specialized Alloy, 20mm rise, 35mm
  • Grips: Deity Lockjaw Grips
  • Saddle: Bridge Saddle, 130mm
  • SeatPost: X-Fusion Manic, infinite adjustable, two-bolt head, bottom mount cable routing, remote SLR LE lever, 34.9mm, 100mm

Accessories

  • Pedals: TEST RIDE PEDALS PROVIDED BY SPECIALIZED

Product details

  • Product ID: 293495

Weight

  • Weight: 15.34 kg (33 lb, 13.1 oz)
  • Weight Size: S0

Reviews

0/5
0 stars based on 0 reviews
0 reviews

Related products

Recently viewed

Specialized 2026 STATUS 2 140 ZERO
Specialized
2026 STATUS 2 140 ZERO
$4,600.00 $4,181.82
 

Specifications

0/5
0 stars based on 0 reviews
0 reviews

Available in store

Online and in-store prices may differ
Last updated: Today at 07:28
Choose your language
Choose your currency
$

Recently added

Total incl. tax
$0.00
0
Compare
Start comparison

Review Specialized 2026 STATUS 2 140 ZERO

This product has been added to your cart
// $(document).ready(function() // { // if( $(window).width() < 768 ) // { // // console.log('Win Width less than 768'); // console.log('sticky start mobile'); // const addToCartButton = document.getElementById('add-to-cart-button'); // const elem = $('.addtocart-sticky'); // let stickyVisible = false; // const observer = new IntersectionObserver(function(entries) // { // if(entries[0].isIntersecting === true) // { // console.log('sticky intersecting TRUE'); // if( stickyVisible ) // { // console.log('already visible, remove class'); // elem.removeClass('mobile-visible'); // stickyVisible = false; // } // } // else // { // if( !stickyVisible ) // { // elem.addClass('mobile-visible'); // stickyVisible = true; // } // } // }, { threshold: [0] }); // if( addToCartButton ) // { // observer.observe(addToCartButton); // } // } // else // { // var stickyVisible = false; // function checkStickyAddToCart() // { // if( $('.addtocart-holder').length > 1 ) // { // var distance = $('.addtocart-holder').offset().top; // var elem = $('.addtocart-sticky'); // if ( $(window).scrollTop() >= distance ) // { // if( !stickyVisible ) // { // elem.addClass('visible'); // elem.fadeIn(100); // stickyVisible = true; // } // } // else // { // if( stickyVisible ) // { // elem.removeClass('visible'); // elem.fadeOut(100); // stickyVisible = false; // } // } // setTimeout(checkStickyAddToCart, 100); // } // } // checkStickyAddToCart(); // } // if( $(window).width() > 767 && theme.settings.product_mouseover_zoom ) // { // /* Zoom on hover image */ // $('.zoom').zoom({touch:false}); // } // //==================================================== // // Product page images // //==================================================== // var swiperProdImage = new Swiper('.swiper-productimage', { // lazy: true, // // pagination: { // // el: '.swiper-pagination-image', // // clickable: true, // // }, // on: { // lazyImageReady: function() // { // $('.productpage .swiper-lazy.swiper-lazy-loaded').animate({opacity: 1}, 200); // }, // } // }); // var swiperThumbs = new Swiper('.swiper-productthumbs', { // navigation: { // nextEl: '.thumb-arrow-right', // prevEl: '.thumb-arrow-left', // }, // spaceBetween: 15, // slidesPerView: 5, // breakpoints: { // 991: { // slidesPerView: 4, // spaceBetween: 15, // }, // 767: { // slidesPerView: 5, // spaceBetween: 15, // }, // 548: { // slidesPerView: 4, // spaceBetween: 15, // } // }, // on: { // init: function () { // this.centerSlides(); // }, // resize: function () { // this.centerSlides(); // } // } // }); // $('.swiper-productthumbs img').on('click', function() // { // var itemIndex = $(this).parent().index(); // $('.swiper-productthumbs .swiper-slide').removeClass('active'); // $(this).parent().addClass('active'); // swiperProdImage.slideTo(itemIndex); // swiperProdImage.update(true); // }); // //==================================================== // // End product page images // //==================================================== // $('.bundle-product [data-bundle-pid]').on('click', function(e) // { // e.preventDefault(); // var pid = $(this).attr('data-bundle-pid'); // var bid = $(this).attr('data-bundle-id'); // $('.bundle-configure[data-bundle-id="'+bid+'"][data-bundle-pid="'+pid+'"]').fadeIn(); // }); // $('.bundle-configure button, .bundle-configure .close').on('click', function(e) // { // e.preventDefault(); // $(this).closest('.bundle-configure').fadeOut(); // }); // });
Please accept cookies to help us improve this website Is this OK? Yes No More on cookies »