forum

Osu Player Count

posted
Total Posts
22
Topic Starter
arnn019
The active player count of osu as of March 13, 2024

(yes I'm jobless)

Count

5,843,561

BlueChinchompa
Very Cool
PyaPaya
Where do you find this info
- Marco -

PyaPaya wrote:

Where do you find this info
https://old.ppy.sh/
Topic Starter
arnn019
rankings/osu/country

i just wrote a program to scrape player counts and add them up
anaxii
This information is useless but thanks anyway
Topic Starter
arnn019

I AM VERY SMART wrote:

This information is useless but thanks anyway
I know, I was kinda jobless so I ended up doing this.. I wonder how many active players remain from this number
sameme1
This is just the number of accounts right? I doubt that there is more than a million active players, or atleast that used to be the case, but maybe the player base is growing. To me, osu still feels like a small indie game that only a select few really play but idk
anaxii

arnn019 wrote:

I AM VERY SMART wrote:

This information is useless but thanks anyway
I know, I was kinda jobless so I ended up doing this.. I wonder how many active players remain from this number
I'm pretty sure the average number of players remains stable
WaifuObtainer
Definitely not useless info! I also counted a couple weeks back.. by hand.. just to see what percentile I ranked amongst the active player base.
Thank you for the post : )
eduvfx

sameme1 wrote:

This is just the number of accounts right? I doubt that there is more than a million active players, or atleast that used to be the case, but maybe the player base is growing. To me, osu still feels like a small indie game that only a select few really play but idk
This is the number of accounts that are active (Haven't lost their pp due to inactivity).
The total player count is almost 24 million
7AAA
is this total player count on only the standard osu, or does it encapsulate all osu players?
anaxii
Can we have a September update?
Ditto0927
theres still lots of ppl are playing
jaaakb
2pp gets you to rank 6.5 million
Mavenix
Unsure if the rework removed inactive users or not, an update now could be useful now that the rework has gone through :thonk:

I think it may have removed users because I used to see old friends' accounts as active even though they hadn't played in years, but now they show up as inactive after the rework

number may be closer to the old number of 1-2mil active users I think
Denoir

arnn019 wrote:

I AM VERY SMART wrote:

This information is useless but thanks anyway
I know, I was kinda jobless so I ended up doing this.. I wonder how many active players remain from this number
No, I appreciate it bc it lets you calculate what percentile you are in of the active users. Eg you are placed 20,000, 100(20,000 / active players) = your percentile. Thanks for the info man your effort is much appreciated
LowJoe_old
i dont know why there is no % implemented in Osu! i can see what place i am but it dont really tell me something because I have no idea how many players there are. that is just ridicules :(
Chedy_S

arnn019 wrote:

The active player count of osu as of March 13, 2024

(yes I'm jobless)

Count

5,843,561

thanks bro!
NikoN1nja
wow, around 20-22% of people are still active
Cryoxia
Just ran this in the console on the 5 tabs on the rankings by country page https://osu.ppy.sh/rankings/osu/country and I got a total n = 2559474 (global active player count)

```
n = 0;
for (i = 1; i <= 50; i++) {
x = parseInt(document.querySelector(`body > div.osu-layout__section.osu-layout__section--full > div.osu-page.osu-page--generic > div.ranking-page > table > tbody > tr:nth-child(${i}) > td:nth-child(3)`).innerText.replace(/,/g, ''));
n += x;
}
console.log(n);
```

PS: if you run it on the last page, make sure to change 50 to the number of countries on the page (28 for me)
FLCLooney
I wish I could like or upvote comments here @Cryoxia
Please sign in to reply.

New reply