6

I would like to know how much the database GeoIP2 is more accurate then the GeoLite2 database, when both databases are downloaded at the first tuesday of the month.

Are there just some ip ranges omitted to get a less accurate dataset?

Cœur
  • 37,241
  • 25
  • 195
  • 267
user1861174
  • 507
  • 1
  • 5
  • 14

2 Answers2

8

MaxMind publishes accuracy figures for the GeoLite2 and GeoIP2 databases. See the accuracy page and select a country for comparison data. GeoIP2 databases are more accurate than GeoLite2 databases, because the former is built using more data.

jasonk
  • 169
  • 3
  • 11
    But that's the City accuracy, how to get the Country accuracy? – guruz Jul 14 '16 at 10:10
  • Seems that link has changed because it shows country accuracy now, not city. Also, it doesn't seem to differentiate between GeoLite2 and GeoIP2 – Siddhartha Feb 10 '22 at 21:46
3

GeoIP2 is 99.8% accurate on a country level. GeoLite2 should be about the same on a country level, but MaxMind does not confirm this.

Persson
  • 422
  • 4
  • 21