myRemembrall

Choosing the right Jio prepaid plan

Updated on 08 January 2022 2 min read

Network operators have so many plans on offer these days and easily make the customer go through decision hell. I wrote a script to give me the plan details in an easy to compare way.

The script goes to the Jio website prepaid 4g plans page and gets the details of each listed plans. Then using a logic to compute attributes like price per day and data_per_day to get an apple to apple comparison across plans with different validity and data.

pricevaliditydatadailytotal datadata per dayprice per day
155933624.0False24.00.074.64
395846.0False6.00.074.7
155282.0False2.00.075.54
149201.0True20.01.07.45
179241.0True24.01.07.46
209281.0True28.01.07.46
25453361.5True504.01.57.57
28793652.0True730.02.07.89
666841.5True126.01.57.93
666841.5True126.01.57.93
29993652.5True912.52.58.22
119141.5True21.01.58.5
239281.5True42.01.58.54
31193652.0True740.02.038.55
479561.5True84.01.58.55
719842.0True168.02.08.56
719842.0True168.02.08.56
199231.5True34.51.58.65
533562.0True112.02.09.52
2963025.0False25.00.839.87
299282.0True56.02.010.68
299282.0True56.02.010.68
249232.0True46.02.010.83
41993653.0True1095.03.011.5
1066842.0True173.02.0612.69
799562.0True112.02.014.27
1199843.0True252.03.014.27
419283.0True84.03.014.96
499282.0True56.02.017.82
601283.0True90.03.2121.46

After taking a look at the first few plans, they are all non-daily plans. Unless you are completely covered by WiFi wherever you go these plans do not make much sense. Nowadays the consumption of navigation app or a music streaming app on-the-go is not small. Just travelling between WiFi networks while commuting will exhaust your data.

Then follows the plans that are cost optimal but have lesser validity (<1 month), these make sense under certain circumstances.

  1. You will recharge regularly and more frequently
  2. You are trying out different plans or even planning to switch networks
  3. Jio will continue to keep the plan or similar plan in the future
    • If Jio decides to hike the plan(s) after you recharge then it may not be cost optimal

Then finally we get the plan which has long term validity, sufficient data daily and is cost optimal. This is the plan that most should go for. Recharge once and forget about it till the next recharge.

Most of the plans down the list are going to vary in terms of validity, data and addons provided (like hotstar mobile). They are not bad plans if you need those specific features like 3 GB/day or want to use the addons. But the price_per_day value will show a better picture.

Note: This sort of analysis is interesting to see the design of the marketing and sales teams. Also, if the analysis is repeated every time they plans are updated we can look at the pricing strategy. Whether plan prices are manipulated around holidays to maximize profits. Or whether there is some seasonality to the pricing strategy.

Disclaimer: This analysis is automatic and is not responsible for customers missing on website/app offers and discounts. Just use this as a reference. Article will update automatically.