Skip To Content

Tax Calculator

Property tax rates are based on mills and are assessed through a mill levy. One mill is equivalent to one dollar for every thousand dollars of assessed property value.

To calculate your estimated property tax bill, you need to know the approximate appraised value of your property. The total value of the house is then multiplied by 11.5% for residential property, or 25% for commercial/industrial property, to determine the assessed property value.

Therefore, a house appraised at $100,000 would have an assessed value of $11,500 ($100,000 X 11.5%). The City’s portion of the property tax on this house would be $592.70 ($11,500/1,000 X 51.539).

Mill Levy information is accurate as of 2/28/2016.

 

Property Tax Calculator
 

Appraised Value:
Please only use numbers, no punctuation.
Property Type:

 

Assessed Value :

$0

Mill
Tax
City of Pittsburg
51.539

$0

Crawford County
51.057

$0

USD 250
48.914

$0

State of Kansas
1.500

$0

Wildcat Ext. 14
1.339

$0

Total
151.528

$0

Xmpt Sch Gen
20.000

$0

The Property Tax Calculator above only gives an estimate of your property taxes. The estimated amount should not be used to determine what your property taxes will actually be.  For more information regarding the Propery Taxes please contact the Crawford County Treasurer. Please click here to visit the website

 

<!--Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default"--> <script language="JavaScript" type="text/JavaScript"> <!-- function CurrencyFormatted(amount) { var i = parseFloat(amount); if(isNaN(i)) { i = 0.00; } var minus = ''; if(i < 0) { minus = '-'; } i = Math.abs(i); i = parseInt((i + .005) * 100); i = i / 100; s = new String(i); if(s.indexOf('.') < 0) { s += '.00'; } if(s.indexOf('.') == (s.length - 2)) { s += '0'; } s = minus + s; return s; } function CommaFormatted(amount) { var delimiter = ","; // replace comma if desired var a = amount.split('.',2) var d = a[1]; var i = parseInt(a[0]); if(isNaN(i)) { return ''; } var minus = ''; if(i < 0) { minus = '-'; } i = Math.abs(i); var n = new String(i); var a = []; while(n.length > 3) { var nn = n.substr(n.length-3); a.unshift(nn); n = n.substr(0,n.length-3); } if(n.length > 0) { a.unshift(n); } n = a.join(delimiter); if(d.length < 1) { amount = n; } else { amount = n + '.' + d; } amount = minus + amount; return "$ " +amount; } function calc(form) { var rtax = .115; var ctax = .25; var city_mill = .051539; var county_mill = .051057; var usd_mill = .048914; var state_mill = .0015; var wc14_mill = .001339; var sw_usd_mill = .0200; if (form.PropType.value =="R") {var tax = rtax; var schooldiscount = 46;} if (form.PropType.value =="C") {var tax = ctax; var schooldiscount = 0;} var AssVal= Math.round(tax * form.AppVal.value); oPara1.innerHTML= "<font face='Arial, Helvetica, sans-serif' size='2'>" + CommaFormatted(CurrencyFormatted(AssVal * city_mill)) + "</font>"; oPara2.innerHTML= "<font face='Arial, Helvetica, sans-serif' size='2'>" + CommaFormatted(CurrencyFormatted(AssVal * county_mill)) + "</font>"; oPara3.innerHTML= "<font face='Arial, Helvetica, sans-serif' size='2'>" + CommaFormatted(CurrencyFormatted((AssVal * usd_mill) - schooldiscount )) + "</font>"; oPara4.innerHTML= "<font face='Arial, Helvetica, sans-serif' size='2'>" + CommaFormatted(CurrencyFormatted(AssVal * state_mill)) + "</font>"; oPara6.innerHTML= "<font face='Arial, Helvetica, sans-serif' size='2'>$46.00</font>"; oPara5.innerHTML= "<font face='Arial, Helvetica, sans-serif' size='2'>" + CommaFormatted(CurrencyFormatted((AssVal * city_mill) + (AssVal * county_mill) + ((AssVal * usd_mill)-schooldiscount) + (AssVal * wc14_mill) + (AssVal * state_mill))) + "</font>"; oPara7.innerHTML= "<font face='Arial, Helvetica, sans-serif' size='2'>" + CommaFormatted(CurrencyFormatted(AssVal)) + "</font>"; oPara8.innerHTML= "<font face='Arial, Helvetica, sans-serif' size='2'>" + CommaFormatted(CurrencyFormatted(AssVal * wc14_mill)) + "</font>"; return 1; } //--> </script> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_validateForm() { //v4.0 var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments; for (i=0; i<(args.length-2); i+="3)" { test="args[i"+2]; val=MM_findObj(args[i]); if (val) { nm=val.name; if ((val=val.value)!="") { if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@'); if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n'; } else if (test!='R') { num = parseFloat(val); if (isNaN(val)) errors+='- '+nm+' must contain a number.\n'; if (test.indexOf('inRange') != -1) { p=test.indexOf(':'); min=test.substring(8,p); max=test.substring(p+1); if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n'; } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; } } if (errors) alert('The following error(s) occurred:\n'+errors); document.MM_returnValue = (errors == ''); } //--> </script>