Postal Assistant Salary Per Month in Hand

According to Postal Assistant Recruitment rules, postal assistants get 39645/- rupees salary every month.

The detailed calculation of per month’s salary of a Postal Assistant is as under-

Postal Assistant Per Month Salary Calculation
Basic Pay25500
DA @ 50% (Variable)12750
HRA @ 10%2550
TPA1800
DA on TPA @ 50%900
Gross Total43500
NPS Deduction (10% of Basic Pay + DA)3825
CGEGIS Deduction30
Cash in Hand Salary Per Month39645/-
Postal Assistant Salary Per Month in Hand

Postal Assistant Salary After 5 Years

Every government employee gets an increment every year on the 1st of July.

Thus basic salary of a postal assistant will increase by 3% after every increment.

According to the 7th CPC pay matrix, a postal assistant will get 44285/- rupees salary after five years.

The calculation is as under-

Postal Assistant Salary 5 Years Later
Basic Pay28700
DA @ 50% (Variable)14350
HRA @ 10%2870
TPA1800
DA on TPA @ 50%900
Gross Total48620
NPS Deduction (10% of Basic Pay + DA)4305
CGEGIS Deduction30
Cash in Hand Salary Per Month after five years44285/-

Postal Assistant Salary Details

  • Postal Assistant Pay Scale: 9910/-
  • Postal Assistant Grade pay: 2400/- as per 6th CPC
  • Postal Assistant Pay Band: 5200-20200
  • Postal Assistant pay level as per 7th CPC: L4
  • Pay Matrix as per 7th CPC- 25500/- to 81100/-

GDS BPM Salay After 3 Years

Pay Scale and Pay Level of Postal Assistant after MACP

The pay level and Pay scale of a postal assistant are as under-

  • Entry Level- Level 4 (25500/- to 81100/-)
  • MACP-I- Level 5 (29200/- to 92300/-
  • MACP-II- Level 6 (35400/- to 112400/-)
  • MACP-III- Level 7 (44900/- to 142400/-)

Postal Assistant Salary Calculator




HRA X Cities (10%) HRA Y Cities (20%) HRA Z Cities (30%)

TPA X Cities (3600) TPA Y Cities (1800) TPA Z Cities (900)





function calculateSalary() { // Get input values const basicPay = parseFloat(document.getElementById(‘basicPay’).value) || 0; const daPercentage = parseFloat(document.getElementById(‘daPercentage’).value) || 0; const hraPercentage = parseFloat(document.getElementById(‘hra’).value); const tpa = parseFloat(document.getElementById(‘tpa’).value); const daOnTpaPercentage = parseFloat(document.getElementById(‘daOnTpaPercentage’).value) || 0; const cgegis = parseFloat(document.getElementById(‘cgegis’).value) || 30; // Calculate DA and DA on TPA const da = basicPay * (daPercentage / 100); const daOnTpa = tpa * (daOnTpaPercentage / 100); // Calculate HRA and Gross Salary const hra = basicPay * hraPercentage; const grossSalary = basicPay + da + hra + tpa + daOnTpa; // Calculate NPS (10% of Basic Pay + DA) const nps = (basicPay + da) * 0.1; // Calculate total deductions const totalDeductions = nps + cgegis; // Calculate Cash in Hand Salary const cashInHandSalary = grossSalary – totalDeductions; // Update values in the form document.getElementById(‘grossSalary’).value = grossSalary.toFixed(2); document.getElementById(‘nps’).value = nps.toFixed(2); document.getElementById(‘cashInHandSalary’).value = cashInHandSalary.toFixed(2); }

Leave a Comment