Highlights of the 2025 Yamaha XSR900
YAMAHA
XSR900 ABS
2025 model year
Displacement: 888cc
Engine type: Liquid-cooled 4-stroke DOHC 4-valve in-line 3-cylinder
Seat height: 815mm
Weight: 196kg
Release Date: April 14, 2025
Price: 1,320,000 yen (1,353,000 yen for Japan limited color)
Improved riding ease by reviewing the shape of the equipment!
The 2025 model of Yamaha’s neo-retro sports model “XSR900” has appeared. Although the exterior has not changed much from the previous model, a new Japan limited color has been set, and the body shape and electronic equipment have also been updated. The limited-edition “Ceramic Ivory” is based on chic ivory and uses a special brown-colored seat.
It will be a special specification with a coating on the outer tube of the front fork. The comfort of the car body has been improved by changing the steering wheel position, seat shape, and material. The suspension is also softer than before. In addition, the steps have been changed to be rubber-based, and the shape of the shift pedal has been revised to improve operability and reduce vibration.
Yamaha XSR900 2025 Colors and Popularity Poll Yamaha XSR900 2025 Highlights
The meter uses a 5-inch TFT liquid crystal display. It is now possible to link the dedicated app “Y-Connect” with a smartphone, improving convenience.
The steering wheel uses a clutch lever with an adjustment mechanism, and a new switch box has been added. It is now possible to select the driving mode and adjust the electronic control at hand.
The suspension is newly equipped with the same fully adjustable rear suspension made by KYB as the GP, and the front has been optimized accordingly. Bridgestone’s S23 tires are installed as standard.
The material and shape of the seat have been reviewed to improve cushioning. The rear is finished in a rounded single-seat style.
At the Tokyo Motorcycle Show 2025, a custom model equipped with a Wise Gear front cowl and seat cowl was shown. The XSR900 is also attractive because it can be easily changed in style.
2025 Yamaha XSR900 Main Specs, Fuel Economy, Country of Manufacture, PriceLength×Width×Height2155×790×1160mmWheelbase: 1495mmGround Clearance: 140mmSeat Height: 815mmWeight: 196kgEngine Type: Liquid-cooled, 4-stroke, DOHC 4-valve, in-line 3-cylinder, Total displacement: 888cc, Bore× Stroke: 78.0× 62.0mm compression ratio11.5Maximum output: 88kW (120PS)/10000rpmMaximum torque: 93N・m (9.5kgf・m)/7000rpmFuel tank capacity: 14L (unleaded premium gasoline) TransmissionType: 6-speed return caster angle: 25°00′ Trail amount: 108mm Brake type (front/rear)Double/single discTire size (front/rear)120/ 70ZR17M/C (58W) / 180/55ZR17M/C (73W) Riding capacity 2 people Fuel consumption rate WMTC mode value 20.9km/L (Class 3, Subclass 3-2) Country of manufacture when riding 1 person Japan manufacturer’s suggested retail price 1.32 million yen, Japan limited color 1,353,000 yen (including 10% consumption tax)
Text & Photos: Motorcycle Editorial Department
XSR900 Related Articles – webMotorcycle www.autoby.jp
‘).attr({‘id’:’script-vimeo-api’,’src’:’https://f.vimeocdn.com/js/froogaloop2.min.js’}).appendTo(‘body’); console.log(‘vimeo js api loading’);}}); var $vimeo_need_replace=$(); function checkVimeo($target){if(!window.$f){$vimeo_need_replace=$vimeo_need_replace.add($target);$target.data(‘need_replace’,true); return;}
$target.each(function(){var $ifr=$(this),ifr=$ifr[0],autoplay=$ifr.data(‘autoplay’); var src=$ifr.attr(‘src’).split(‘?’); var q=parseQuery(src[1]); if(!q.api){var id=$ifr.attr(‘id’)|| (‘vimeo-‘+(++vimeo_cnt));$.extend(q,{api:’1′,player_id:id}); var $new_ifr=$ifr.clone().attr({id:id,src:src[0]+’?’ +buildQuery(q)});$ifr.replaceWith($new_ifr); console.log(‘vimeo iframe src replaced:’+$new_ifr.attr(‘src’)); return;}
if($ifr.data(‘need_replace’)){$ifr.replaceWith($ifr.clone().data(‘need_replace’,false)); return;}
if(autoplay){return;}
var player=$f($ifr[0]); player.addEvent(‘ready’,function(){console.info(‘vimeo:ready’,player);$ifr.data(‘autoplay’,{notinitialized:true,player:player}); function startAutoPlay($ifr){if(stop_autoplay){return;}
var autoplay=$ifr.data(‘autoplay’); if(!autoplay|| autoplay.notinitialized){var player=autoplay&&autoplay.player|| $f($ifr[0]); autoplay={player:player,canceled:false,cursor:$ifr.css(‘cursor’)}; player.api(‘getVolume’,function(vol){autoplay.muted=vol;}); player.api(‘getLoop’,function(loop){autoplay.loop=loop;}); $ifr.data(‘autoplay’,autoplay);}
var player=autoplay.player; if(!autoplay.canceled){player.api(‘setVolume’,0);$ifr.css(‘cursor’,’pointer’);$ifr.data(‘autoplay’,autoplay); if(allow_autoplay){player.api(‘play’);} else{makeAutoplayGif($ifr,function($ifr){var autoplay=$ifr.data(‘autoplay’),player=autoplay.player; player.api(‘seekTo’,0); player.api(‘setVolume’,autoplay.muted); player.api(‘play’); autoplay.canceled=true;$ifr.data(‘autoplay’,autoplay);});}}}
function stopAutoPlay($ifr,cue,clear_autoplay){if(stop_autoplay){return;}
var autoplay=$ifr.data(‘autoplay’),player=autoplay.player; if(allow_autoplay){player.api(‘pause’);}
player.api(‘setVolume’,autoplay.muted); if(cue){player.api(‘setCurrentTime’,0);}
if(clear_autoplay){$ifr.css(‘cursor’,autoplay.cursor); player.api(‘setLoop’,autoplay.loop); autoplay.canceled=true;$ifr.data(‘autoplay’,autoplay);}}
player.addEvent(‘play’,function(){player.playing=true;}); player.addEvent(‘finish’,function(){player.playing=false;$ifr.trigger(‘ended.autoplaying’);}); player.addEvent(‘pause’,function(){player.playing=false;$ifr.trigger(‘click.autoplaying’)}); $ifr.on(‘click.autoplaying’,function(ev){var autoplay=$ifr.data(‘autoplay’),player=autoplay.player; if(autoplay&&!autoplay.canceled&&$ifr.isInView()){stopAutoPlay($ifr,true,true); player.api(‘play’);}}). on(‘ended.autoplaying’,function(ev){var $ifr=$(this),autoplay=$ifr.data(‘autoplay’),player=autoplay.player; player.api(‘seekTo’,0); if(!autoplay.canceled|| autoplay.loop){player.api(‘play’);}}). on(‘scrolledintoview’,function(ev){var $ifr=$(this),autoplay=$ifr.data(‘autoplay’),player=autoplay.player; if(!autoplay||! autoplay.canceled){startAutoPlay($ifr);}}). on(‘scrolledoutofview’,function(ev){var $ifr=$(this),autoplay=$ifr.data(‘autoplay’),player=autoplay.player; if(player.playing){if(autoplay.muted){player.api(‘pause’);} else{fadeoutVimeo(player);}}}); if($ifr.isInView()){startAutoPlay($ifr);}});});}
if(window._disable_autoplay_onscrolledintoview){return;}
setInterval(function(){checkAll();},WATCH_INTERVAL); var youtube_initialized=false; function youtubeInit(){if(youtube_initialized){return;}
youtube_initialized=true; console.log(‘youtubeInit()’); var _t=setInterval(function(){if(window. YT&&window. YT. Player){console.log(‘youtubeInit():window. YT. Player enabled’); clearInterval(_t); youtube_iframe_api_initialized=true;[‘ENDED’,’PLAYING’,’PAUSED’,’BUFFERING’,’CUED’].forEach(function(s){YT_ST_REV[YT.PlayerState[s]]=s;});}},100);}
var _onYouTubeIframeAPIReady=window.onYouTubeIframeAPIReady; if(_onYouTubeIframeAPIReady){window.onYouTubeIframeAPIReady=function(){_onYouTubeIframeAPIReady(); youtubeInit();};} else{window.onYouTubeIframeAPIReady=youtubeInit;}
$(document).one(‘scrolledintoview’,YOUTUBE_SELECTOR,function(){if(!window. YT){$(”).attr(‘src’,’https://www.youtube.com/iframe_api’).appendTo(‘body’);} else{youtubeInit();}});});
/*** combinestatic: from:lib/js/enquire.js ***/
;(function(name,context,factory){var matchMedia=window.matchMedia; if(typeof module!==’undefined’&&module.exports){module.exports=factory(matchMedia);}
else if(typeof define===’function’&&define.amd){define(function(){return(context[name]=factory(matchMedia));});}
else{context[name]=factory(matchMedia);}} (‘enquire’,this,function(matchMedia){‘use strict’; function each(collection,fn){var i=0,length=collection.length,cont; for(i;i=0;$.alert=(function(){$(”).html([‘#commonjs-alert {‘,’position:fixed; bottom:0; right:0;’,’background:rgba(255,255,255,.5); color:black;’,’border:1px solid #ccc;’,’font-size:12px; line-height:1.1;’,’max-width:50vw;’,’}’,’#commonjs-alert:empty { display:none; }’,’#commonjs-alert > div { padding:.25em .5em; display:flex; }’,’#commonjs-alert > div + div { border-top:1px solid #ccc; }’,’#commonjs-alert > div > :first-child { padding-right:.25em; }’,’#commonjs-alert > div > :first-child::before { font-family:FontAwesome; content:”\\f071″; margin-right:.5em; color:darkred; }’,’#commonjs-alert > div > :last-child { margin-left:auto; padding-left:.25em; }’,’#commonjs-alert > div > :last-child:not(:empty)::before { content:”(” }’,’#commonjs-alert > div > :last-child:not(:empty)::after { content:”)” }’,].join(”)).appendTo(‘body’); var $alert=$(”).appendTo(‘body’); function msg(msg,timeout){timeout=timeout===undefined?5000:timeout; var $msg_hit=$alert.children().filter(function(){return $(this).data(‘msg’)==msg;}); if(!$msg_hit[0]){var $msg=$(”).append($(”).text(msg),$(”)).data(‘msg’,msg).data(‘cnt’,0);$alert.prepend($msg);$msg.data(‘_t’,setTimeout(function(){this.remove()}.bind($msg), timeout));} else{clearTimeout($msg_hit.data(‘_t’)); var cnt=$msg_hit.data(‘cnt’);$msg_hit.data(‘cnt’,++cnt);$msg_hit.children(‘:last-child’).text(cnt);$msg_hit.data(‘_t’,setTimeout(function(){this.remove()}.bind($msg_ hit),timeout));}}
return msg;}) ();$(document).on(‘ajaxSend’,function(ev,xhr,settings){var loc=$(”).attr(‘href’,settings.url)[0]; loc.protocol=loc.href.split(‘:’)[0]; if(loc.hostname==location.hostname){xhr.setRequestHeader(‘X-Requested-With’,’XMLHttpRequest’); if(settings.type==’POST’){xhr.setRequestHeader(‘X-CSRFToken’,$.cookie(‘csrftoken’));}
if(_NO_CACHE){if(settings.url.indexOf(‘_no_cache=”)