Facebook Instagram Twitter Youtube
  • Get Started
    • Create Zwift Account
    • How To Get Started On Zwift
    • Zwift Course Maps
    • How to Race on Zwift (Setup, Strategy, and More)
    • Women’s Racing on Zwift
    • Links Every Zwifter Must Have
    • More “Get Started” Posts
  • Tips & Tricks
    • Training & Nutrition
    • Racing
    • Zwift Hacks
  • Reference
    • How Zwift Works
    • Course Calendar
    • RoboPacer Calendar
    • Climb Portal Calendar
    • Upcoming Events
    • Game Updates
    • Smart Trainer Index
      • Top Wheel-On Trainers
      • Top Direct-Drive <$900
      • Top Direct-Drive >$900
      • Exhaustive Trainer List
    • Achievements & Unlocks
      • XP Basics for Riders
      • XP Basics for Runners
      • Kit Unlock Codes
      • Master List of Badges
    • Frames & Wheels
    • Routes & Maps
      • Master List: Routes
      • Master List: Climb Portal
      • Master List: KOMs
      • Master List: Sprints
      • Master List: Rebel Routes
      • Downloadable Watopia Map
      • Printable List of Routes by Difficulty
    • Speed Tests
    • Tiny Races
  • Women
    • Race Calendar
    • Why race?
    • Women’s Teams
    • Racer Spotlights
    • More Women’s Racing posts
  • Shop
    • Watopia Map and Other Posters
    • ZI Indoor Cycling Kit
Search
Logo
Logo
  • Get Started
    • Create Zwift Account
    • How To Get Started On Zwift
    • Zwift Course Maps
    • How to Race on Zwift (Setup, Strategy, and More)
    • Women’s Racing on Zwift
    • Links Every Zwifter Must Have
    • More “Get Started” Posts
  • Tips & Tricks
    • Training & Nutrition
    • Racing
    • Zwift Hacks
  • Reference
    • How Zwift Works
    • Course Calendar
    • RoboPacer Calendar
    • Climb Portal Calendar
    • Upcoming Events
    • Game Updates
    • Smart Trainer Index
      • Top Wheel-On Trainers
      • Top Direct-Drive <$900
      • Top Direct-Drive >$900
      • Exhaustive Trainer List
    • Achievements & Unlocks
      • XP Basics for Riders
      • XP Basics for Runners
      • Kit Unlock Codes
      • Master List of Badges
    • Frames & Wheels
    • Routes & Maps
      • Master List: Routes
      • Master List: Climb Portal
      • Master List: KOMs
      • Master List: Sprints
      • Master List: Rebel Routes
      • Downloadable Watopia Map
      • Printable List of Routes by Difficulty
    • Speed Tests
    • Tiny Races
  • Women
    • Race Calendar
    • Why race?
    • Women’s Teams
    • Racer Spotlights
    • More Women’s Racing posts
  • Shop
    • Watopia Map and Other Posters
    • ZI Indoor Cycling Kit
More
    Zwift Hacks

    Find Your Zwift User ID on my.zwift.com

    Jesper Rosenlund Nielsen
    By Jesper Rosenlund Nielsen
    September 17, 2018
    LAST UPDATED December 5, 2019
    5

    Editors’ note: find the original version of this post along ZwiftMap, ZwiftPref, and other tools and hacks for Zwifters at ZwiftHacks.com.


    Your Zwift user ID is something you need for two important purposes: Logging in to ZwiftGPS and signing up at ZwiftPower.

    In this post – the second of a series – I show you how to find it via my.zwift.com in a couple of ways.

    PART TWO: FINDING YOUR ID ON MY.ZWIFT.COM WORKS FOR EVERYBODY…

    … regardless of which platform you run Zwift on. It only requires a browser.

    Below you find described how to do it with most popular browsers regardless of whether you do it on a desktop computer (Windows or macOS) or a mobile device (iOS or Android).

    At the end you can also find a bookmarklet for automating the lookup, and a glimpse of an ultra-geeky way (not particular usefull for most, I admit, but perhaps fun for the hackers and coders ? ).

    #1 – in any browser

    Go to my.zwift.com in your web browser and log in with user name (e-mail address) and password if prompted. When you are logged in locate one of the download links on the page.

    Now, you can find your user ID from any of the download links. How you do so depends on which browser you are using:

    • Desktop browsers (except Safari)
    • Safari desktop
    • iOS browsers
    • Android browsers

    Desktop browsers (Chrome, Edge, …) except Safari

    Hover over the download link with the mouse and look for the details of the download URL (for e.g. Chrome and Edge in the lower left corner of the browser window).

    Your user ID is the number just behind the /prod/ part of the URL.

    If you find it hard to hover over the link and read the ID number, you can also copy the download link (in Chrome with a right click on the link and and Copy link address) and paste it into a text editor such as Notepad. Then you won’t have to hold the mouse still while locating the ID. ?

    Safari desktop browser

    Safari does not show the detailed download URL but it is easy to find it anyway, either with Inspect Element or by copying the URL and the paste it into TextEdit.

    Option 1: With ‘Inspect Element’ in Safari

    Directly in Safari you can also just right click and select ‘Inspect Element’. This opens an inspector pane in Safari where you can see the detailed URL.

    Your ID is the number right after the /prod/ part of the URL.

    Option 2: With Safari and TextEdit

    Launch TextEdit and make sure that it is in plain text mode (choose ‘Make Plain Text’ in the ‘Format’ menu if it is not.

    Right click the download link in Safari, choose ‘Copy Link’, and paste the link into your TextEdit window.

    Again, your ID is the number right after the /prod/ part of the URL.


    iOS browsers (Safari, Chrome, …)

    A very easy way to find it is to go to my.zwift.com in Safari, pick any of your activities, and long press on the download link. The user ID is part of the URL to the .fit file, right after where it says ‘prod/’.

    (Previously posted on ZwiftHacks)


    Android browsers

    Go to my.zwift.com in e.g. Chrome, pick any of your activities, and long press on the download link. The user ID is part of the URL to the .fit file, right after where it says ‘prod/’.

    If you cannot see the full URL in the popup menu (it may be cut off depending on the screen resolution of your device) then simply choose ‘Copy link address’ and paste the link address into the address bar of the browser. Then you can see the full URL and locate your user ID in it.


    #2 – with a bookmarklet

    Just for the fun of it, this is method which works in a desktop browser. You won’t have to analyse the download URL yourself, but get the answer directly in a message box.

    The result is like this:

    Install the bookmarklet from the ZwiftHacks bookmarklets repository.

    If you are interested in the code itself, this is it:

    javascript:(function(){ B = document.body.innerHTML; const regex = /https:\/\/s3-fit.+amazonaws.com\/prod\/(\d+)\/\w{8}-\w{8}/; var id; if ((m = regex.exec(B)) !== null) { id = m[1]; }; alert(Your id ${((id) ? 'is ' + id : 'was not found in this page')}); })();


    Extra – #3 – the geeky way

    This is really just a bit of fun – loading my.zwift.com into a custom app (acting as your browser) and retrieving the user profile. You get just a video showing what it looks like – stick to #1 or #2 to find the user profile yourself:


    This was the second post in a two-part series. The first post was Find your Zwift user ID.

    Related Posts

    Facebook
    Twitter
    Pinterest
    ReddIt
      Jesper Rosenlund Nielsen
      Jesper Rosenlund Nielsenhttps://zwiftHacks.com
      Jesper lives in Vejle, Denmark and has been zwifting since 2015. He rides with World Social Riders whenever possible and also runs ZwiftHacks, the home of ZwiftMap, ZwiftPref, and other tools and hacks for Zwift riders. Find him on Strava

      5 COMMENTS

      Subscribe
      Notify of
      guest

      guest

      5 Comments
      Oldest
      Newest Most Voted
      Inline Feedbacks
      View all comments
      wpdiscuz   wpDiscuz

      Get Started on Zwift

      Sign Up (Free Trial)
      Buy Zwift Ride
      Buy KICKR CORE One
      Read More...

      Newest Featured Posts

      Introducing ZwiftFit: Personalized Zwift Workouts Powered by AI

      Training & Nutrition

      Zwift Speed Tests: TT Frame Ranking Charts

      Frames & Wheels

      Support This Site

      Write a post, shop through us, donate or advertise. Learn more

      NEWSLETTER SIGNUP

      Zwift tips and news every 2 weeks! Click to subscribe.

      More Posts

      Digging Into Zwift Bike Upgrades: Performance Improvements and Power Savings at Each Stage

      How Zwift Works

      Speed Tests: Gravel, MTB, and Road Frames on Zwift Dirt

      Speed Tests

      Rethinking Fairness in Cycling Esports: A Closer Look at Categorization

      Racing

      Bonus XP! Route of the Week and XP Express Continues for June

      Events

      This community-driven site is maintained by Eric Schlange and a team of Zwift enthusiasts. Zwift Insider is independent of Zwift corporate (www.zwift.com), although Zwift does provide funding to help defray site costs.

      This site contains affiliate links to Amazon, Wahoo, and other brands. Zwift Insider makes a small commission on purchases made from these links, so please shop through them to support our efforts.

      Terms of Use/DMCA Copyright Policy

      Privacy Policy | Privacy Consent

      [email protected]

      Latest articles

      Introducing ZwiftFit: Personalized Zwift Workouts Powered by AI

      Zwift Speed Tests: TT Frame Ranking Charts

      Top 5 Zwift Videos: FTP Tests, Zwift Racing Tips, and Zwift HQ

      Popular Categories

      • Racing1493
      • Events999
      • News834
      • Training & Nutrition708
      • Interviews560
      • Routes & Maps442
      5
      0
      Would love your thoughts, please comment.x
      ()
      x
      | Reply
      Comment Author Info
      :wpds_smile::wpds_grin::wpds_wink::wpds_mrgreen::wpds_neutral::wpds_twisted::wpds_arrow::wpds_shock::wpds_unamused::wpds_cool::wpds_evil::wpds_oops::wpds_razz::wpds_roll::wpds_cry::wpds_eek::wpds_lol::wpds_mad::wpds_sad::wpds_exclamation::wpds_question::wpds_idea::wpds_hmm::wpds_beg::wpds_whew::wpds_chuckle::wpds_silly::wpds_envy::wpds_shutmouth:
      ‹ Back to Categories
      You are going to send email to

      Move Comment

    • Related Posts