+

District of Columbia Bigger Cities (over 6000 residents)


Filter cities


Name:
Map

Name

Population

Washington, DC658,893
Settings
X
Data:
Loading data...
Based on 2000-2023 data
Loading data...

123
Hide US histogram
  • D.C.Capital
  • 678,9722023 population
  • +106,913Change from 2000
  • 161,513Births 2000-2019
  • 96,632Deaths 2000-2019
  • -41,606Internal migration 2000-2019
  • +99,790International migration 2000-2019
  • 367,1252023 housing units
  • +92,158Housing units change from 2000
  • 61 square milesLand area

Historical population

Historical population change (%)


Forum Archive:




Jump to a detailed profile or search site with Google Custom Search

Recent home sales, price trends, and home value evaluator powered by Onboard Informatics
© 2025 Onboard Informatics. Information is deemed reliable but not guaranteed.
 
City-data.com does not guarantee the accuracy or timeliness of any information on this site.  Use at your own risk.
Some parts © 2003-2025 Advameg, Inc.
/* city-compare/js/jquery.autocomplete.min.js */ var COPYRIGHT = " * jQuery Autocomplete plugin 1.2.3 * Copyright (c) 2009 J�rn Zaefferer * Dual licensed under the MIT and GPL licenses: * //www.opensource.org/licenses/mit-license.php * //www.gnu.org/licenses/gpl.html * With small modifications by Alfonso G�mez-Arzola. * See changelog for details."; (function(d){d.fn.extend({autocomplete:function(a,b){var u="string"==typeof a;b=d.extend({},d.Autocompleter.defaults,{url:u?a:null,data:u?null:a,delay:u?d.Autocompleter.defaults.delay:10,max:b&&!b.scroll?10:150,noRecord:"No Records."},b);b.highlight=b.highlight||function(a){return a};b.formatMatch=b.formatMatch||b.formatItem;return this.each(function(){new d.Autocompleter(this,b)})},result:function(a){return this.bind("result",a)},search:function(a){return this.trigger("search",[a])},flushCache:function(){return this.trigger("flushCache")}, setOptions:function(a){return this.trigger("setOptions",[a])},unautocomplete:function(){return this.trigger("unautocomplete")}});d.Autocompleter=function(a,b){function u(){var x=m.selected();if(!x)return!1;var f=x.result;r=f;if(b.multiple){var c=t(h.val());if(1=b.minChars?(h.addClass(b.loadingClass),b.matchCase||(c=c.toLowerCase()),l(c,v,p)):(h.removeClass(b.loadingClass),m.hide())}}function t(a){return a?b.multiple?d.map(a.split(b.multipleSeparator),function(b){return d.trim(a).length?d.trim(b):null}):[d.trim(a)]:[""]}function n(c){if(!b.multiple)return c;var f=t(c);if(1==f.length)return f[0];f=d(a).selection().start;f=f==c.length?t(c):t(c.replace(c.substring(f), ""));return f[f.length-1]}function p(){m.visible();m.hide();clearTimeout(w);h.removeClass(b.loadingClass);b.mustMatch&&h.search(function(a){a||(b.multiple?(a=t(h.val()).slice(0,-1),h.val(a.join(b.multipleSeparator)+(a.length?b.multipleSeparator:""))):(h.val(""),h.trigger("result",null)))})}function v(c,k){if(k&&k.length&&f){h.removeClass(b.loadingClass);m.display(k,c);var l=k[0].value;b.autoFill&&n(h.val()).toLowerCase()==c.toLowerCase()&&y!=e.BACKSPACE&&(h.val(h.val()+l.substring(n(r).length)),d(a).selection(r.length, r.length+l.length));m.show()}else p()}function l(f,e,h){b.matchCase||(f=f.toLowerCase());var l=k.load(f);if(l)l.length?e(f,l):(h=b.parse&&b.parse(b.noRecord)||c(b.noRecord),e(f,h));else if("string"==typeof b.url&&0]*)("+b.replace(/([\^\$\(\)\[\]\{\}\*\.\+\?\|\\])/gi,"\\$1")+")(?![^]*>)(?![^&;]+;)", "gi"),"$1")},scroll:!0,scrollHeight:180,scrollJumpPosition:!0};d.Autocompleter.Cache=function(a){function b(b,d){a.matchCase||(b=b.toLowerCase());var c=b.indexOf(d);"word"==a.matchContains&&(c=b.toLowerCase().search("\\b"+d.toLowerCase()));return-1==c?!1:0==c||a.matchContains}function u(b,d){p>a.cacheLength&&t();n[b]||p++;n[b]=d}function g(){if(!a.data)return!1;var b={},l=0;a.url||(a.cacheLength=1);b[""]=[];for(var c=0,e=a.data.length;c=a.minChars;c--)if(e=n[g.substr(0,c)])return l=[],d.each(e,function(a,c){b(c.value,g)&&(l[l.length]=c)}),l;return null}}};d.Autocompleter.Select=function(a,b,u,g){function t(){w&&(r=d("").hide().addClass(a.resultsClass).css("position","absolute").appendTo(document.body).hover(function(a){d(this).is(":visible")&&b.focus();g.mouseDownOnSelect=!1}),k=d("").appendTo(r).mouseover(function(a){n(a).nodeName&& "LI"==n(a).nodeName.toUpperCase()&&(e=d("li",k).removeClass(l.ACTIVE).index(n(a)),d(n(a)).addClass(l.ACTIVE))}).click(function(c){d(n(c)).addClass(l.ACTIVE);u();a.inputFocus&&b.focus();return!1}).mousedown(function(){g.mouseDownOnSelect=!0}).mouseup(function(){g.mouseDownOnSelect=!1}),0k[0].clientHeight?k.scrollTop(d+b[0].offsetHeight-k.innerHeight()):db&&0==e||0e?e=c.size()-1:e>=c.size()&&(e=0)}var l={ACTIVE:"ac_over"},c,e=-1,q,h="",w=!0,r,k;return{display:function(b,g){t();q=b;h=g;k.empty();var p;p=q.length;p=a.max&&a.max").html(a.highlight(n,h)).addClass(0==m%2?"ac_even":"ac_odd").appendTo(k)[0],d.data(n,"ac_data",q[m]))}c=k.find("li");a.selectFirst&&(c.slice(0,1).addClass(l.ACTIVE),e=0);d.fn.bgiframe&&k.bgiframe()},next:function(){p(1)},prev:function(){p(-1)},pageUp:function(){0!=e&&0>e-8?p(-e):p(-8)},pageDown:function(){e!=c.size()-1&&e+8>c.size()?p(c.size()-1-e):p(8)},hide:function(){r&&r.hide();c&&c.removeClass(l.ACTIVE);e=-1},visible:function(){return r&&r.is(":visible")}, current:function(){return this.visible()&&(c.filter("."+l.ACTIVE)[0]||a.selectFirst&&c[0])},show:function(){var e=d(b).offset();r.css({width:"string"==typeof a.width||0a.scrollHeight;k.css("height",e? a.scrollHeight:g);e||c.width(k.width()-parseInt(c.css("padding-left"))-parseInt(c.css("padding-right")))}},selected:function(){var a=c&&c.filter("."+l.ACTIVE).removeClass(l.ACTIVE);return a&&a.length&&d.data(a[0],"ac_data")},emptyList:function(){k&&k.empty()},unbind:function(){r&&r.remove()}}};d.fn.selection=function(a,b){if(void 0!==a)return this.each(function(){if(this.createTextRange){var d=this.createTextRange();void 0===b||a==b?d.move("character",a):(d.collapse(!0),d.moveStart("character",a), d.moveEnd("character",b));d.select()}else this.setSelectionRange?this.setSelectionRange(a,b):this.selectionStart&&(this.selectionStart=a,this.selectionEnd=b)});var d=this[0];if(d.createTextRange){var g=document.selection.createRange(),t=d.value,n=g.text.length;g.text="";g=d.value.indexOf("");d.value=t;this.selection(g,g+n);return{start:g,end:g+n}}if(void 0!==d.selectionStart)return{start:d.selectionStart,end:d.selectionEnd}}})(jQuery); /* city autocomplete */ $(function(){ function run(){ function formatItemAutocomplete(row) { if(typeof(row[1]) != "undefined" && row[1] !== null) { return row[0] + " (pop. " + row[1] + ")"; } } $("#city_left").each(function(){ $(this).autocomplete('/city-compare/ajax_city.php', { delay:100, minChars:3, formatItem:formatItemAutocomplete }).result(function (evt, data, formatted) { }) }) $("#city_right").each(function(){ $(this).autocomplete('/city-compare/ajax_city.php', { delay:100, minChars:3, formatItem:formatItemAutocomplete }).result(function (evt, data, formatted) { }) }) $(".btn-submit").click(function () { $("#city_form").submit(); }); $('#city_left').keypress(function (e) { if (e.which == 13) { $('form#city_form').submit(); return false; } }); $('#city_right').keypress(function (e) { if (e.which == 13) { $('form#city_form').submit(); return false; } }); } run(); });
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载