<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Zillow housing report Los Angeles Archives - JDJ Consulting</title>
	<atom:link href="https://jdj-consulting.com/tag/zillow-housing-report-los-angeles/feed/" rel="self" type="application/rss+xml" />
	<link>https://jdj-consulting.com/tag/zillow-housing-report-los-angeles/</link>
	<description></description>
	<lastBuildDate>Fri, 30 Jan 2026 16:10:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://jdj-consulting.com/wp-content/uploads/2025/09/jdj-fav-1-150x150.png</url>
	<title>Zillow housing report Los Angeles Archives - JDJ Consulting</title>
	<link>https://jdj-consulting.com/tag/zillow-housing-report-los-angeles/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Los Angeles Housing Market: Why It&#8217;s One of the Least Affordable in the U.S.</title>
		<link>https://jdj-consulting.com/los-angeles-housing-market-why-its-one-of-the-least-affordable-in-the-u-s/</link>
					<comments>https://jdj-consulting.com/los-angeles-housing-market-why-its-one-of-the-least-affordable-in-the-u-s/#respond</comments>
		
		<dc:creator><![CDATA[Jake Heller]]></dc:creator>
		<pubDate>Wed, 06 Aug 2025 15:44:03 +0000</pubDate>
				<category><![CDATA[Real Estate Development Consulting]]></category>
		<category><![CDATA[affordable housing solutions LA]]></category>
		<category><![CDATA[LA home prices 2025]]></category>
		<category><![CDATA[Los Angeles housing crisis]]></category>
		<category><![CDATA[middle-income home buyers LA]]></category>
		<category><![CDATA[Prop 13 reform California]]></category>
		<category><![CDATA[rent vs buy LA]]></category>
		<category><![CDATA[Zillow housing report Los Angeles]]></category>
		<guid isPermaLink="false">https://jdj-consulting.com/?p=6230</guid>

					<description><![CDATA[<p>Los Angeles remains one of the least affordable housing markets in 2025. Middle-income families are finding it harder than ever to buy a home, with rising prices, low supply, and investor competition pushing ownership out of reach.</p>
<p>The post <a href="https://jdj-consulting.com/los-angeles-housing-market-why-its-one-of-the-least-affordable-in-the-u-s/">Los Angeles Housing Market: Why It&#8217;s One of the Least Affordable in the U.S.</a> appeared first on <a href="https://jdj-consulting.com">JDJ Consulting</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="6230" class="elementor elementor-6230">
				<div class="elementor-element elementor-element-3ce6d717 e-flex e-con-boxed e-con e-parent" data-id="3ce6d717" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3390a4d2 elementor-widget elementor-widget-text-editor" data-id="3390a4d2" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<h1 data-start="0" data-end="80"><strong data-start="0" data-end="80">Los Angeles Housing Market: Why It&#8217;s One of the Least Affordable in the U.S.</strong></h1><p data-start="322" data-end="678">Los Angeles is a city many people dream of living in. It has great weather, beaches, and exciting job opportunities. But when it comes to buying a home, the reality is tough. <a href="https://www.reddit.com/r/LosAngeles/comments/1h4axt8/no_matter_how_you_slice_it_los_angeles_is_one_of/" target="_blank" rel="noopener">According to Zillow economist Kara Ng</a>, “No matter how you slice it, Los Angeles is one of the least affordable housing markets in the country.” And sadly, the data proves her right.</p><h2 data-start="680" data-end="725">Middle-Class Buyers Are Getting Pushed Out</h2><p data-start="727" data-end="990">In October 2024, only <strong data-start="749" data-end="783">1.6% of middle-income families</strong> in the Los Angeles metro area could afford to buy a home. That number has been going down each year. Just three years ago, it was 9.9%. Today, even people with good jobs struggle to buy a small, basic home.</p><p data-start="992" data-end="1199">Some buyers say that even making $100,000 a year doesn’t help. High prices, interest rates, and the cost of living make owning a home feel impossible—unless you have help from family or already own property.</p>								</div>
				<div class="elementor-element elementor-element-ffa924c elementor-widget elementor-widget-html" data-id="ffa924c" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
					<div style="max-width:600px;margin:auto;">
  <h2 style="text-align:center;font-family:sans-serif; color:#FF631B;">Who Can Afford to Buy in Los Angeles?</h2>
  <canvas id="affordChart"></canvas>
</div>

<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script>
  const ctx = document.getElementById('affordChart').getContext('2d');
  new Chart(ctx, {
    type: 'pie',
    data: {
      labels: ['Can Afford (1.6%)', 'Cannot Afford (98.4%)'],
      datasets: [{
        data: [1.6, 98.4],
        backgroundColor: ['#FF631B', '#7A7A7A'], // brand orange and grey
        borderColor: ['#f9f9f9', '#f9f9f9'], // subtle white borders
        borderWidth: 2
      }]
    },
    options: {
      responsive: true,
      plugins: {
        legend: {
          position: 'bottom',
          labels: {
            color: '#020101',
            font: { size: 14 }
          }
        },
        tooltip: {
          callbacks: {
            label: function(context) {
              return `${context.label}: ${context.parsed}%`;
            }
          }
        },
        title: {
          display: false
        }
      },
      hoverOffset: 10 // slices expand on hover
    }
  });
</script>
				</div>
				<div class="elementor-element elementor-element-d4dec84 elementor-widget elementor-widget-text-editor" data-id="d4dec84" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<h2 data-start="1201" data-end="1244">What’s Making L.A. Housing So Expensive?</h2><p data-start="1246" data-end="1335">Several reasons explain why homes in Los Angeles are so pricey and out of reach for many.</p><h3 data-start="1337" data-end="1379">1. Lower Wages Compared to Home Prices</h3><p data-start="1381" data-end="1606">While cities like San Francisco also have high home prices, workers there usually earn more. In Los Angeles, incomes are lower, which makes housing less affordable overall. People are earning less but still facing high costs.</p><h3 data-start="1608" data-end="1642">2. Too Few Homes on the Market</h3><p data-start="1644" data-end="1825">There aren’t enough homes available. Years of slow building, strict zoning laws, and local resistance to new housing have all added to the shortage. Less supply means higher prices.</p><h3 data-start="1827" data-end="1863">3. Corporate and Investor Buying</h3><p data-start="1865" data-end="2086">Large companies and wealthy investors often buy up homes, especially starter homes. This reduces the number of homes available to regular buyers. Many locals feel like they’re competing against people with way more money.</p><h3 data-start="2088" data-end="2113">4. High Monthly Costs</h3><p data-start="2115" data-end="2364">Even if you save up for a down payment, monthly mortgage payments can still be huge. For many families, payments of <strong data-start="2231" data-end="2259">$6,000 to $8,000 a month</strong> are simply not realistic. Add in taxes, insurance, and home repairs, and the total cost is overwhelming.</p><h2 data-start="2366" data-end="2396">Is Renting a Better Option?</h2><p data-start="2398" data-end="2661">Because buying is so expensive, many residents choose to rent. Some say it’s more flexible and less stressful. You don’t have to worry about repairs, taxes, or unexpected costs. Plus, some renters prefer to invest their money elsewhere, like in stocks or savings.</p><p data-start="2663" data-end="2774">One resident shared, “Owning a home cost me $40,000 in repairs over five years. Renting gave me peace of mind.”</p>								</div>
				<div class="elementor-element elementor-element-e230795 elementor-widget elementor-widget-html" data-id="e230795" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
					<div style="max-width:700px;margin:auto;">
  <h2 style="text-align:center;font-family:sans-serif; color:#FF631B;">L.A. Housing Affordability Over the Years</h2>
  <canvas id="barAfford"></canvas>
</div>

<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script>
  const ctxBar = document.getElementById('barAfford').getContext('2d');
  new Chart(ctxBar, {
    type: 'bar',
    data: {
      labels: ['2021', '2024'],
      datasets: [{
        label: 'Middle-Income Buyers Who Can Afford (%)',
        data: [9.9, 1.6],
        backgroundColor: ['#FF631B', '#7A7A7A'], // brand orange and grey
        borderColor: ['#FF631B', '#7A7A7A'],
        borderWidth: 1
      }]
    },
    options: {
      responsive: true,
      scales: {
        y: {
          beginAtZero: true,
          max: 12,
          ticks: {
            stepSize: 2,
            color: '#020101'
          },
          title: {
            display: true,
            text: '% of Middle-Income Buyers',
            color: '#020101',
            font: { size: 14 }
          },
          grid: {
            color: '#ecf0f1'
          }
        },
        x: {
          ticks: { color: '#020101' },
          grid: { color: '#f9f9f9' }
        }
      },
      plugins: {
        legend: { display: false },
        tooltip: {
          callbacks: {
            label: function(context) {
              return `${context.dataset.label}: ${context.parsed.y}%`;
            }
          }
        },
        title: {
          display: false
        }
      }
    }
  });
</script>
				</div>
				<div class="elementor-element elementor-element-881cfa9 elementor-widget elementor-widget-text-editor" data-id="881cfa9" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<h2 data-start="2776" data-end="2800">What Needs to Change?</h2><p data-start="2802" data-end="2919">People in Los Angeles have a lot of ideas on how to fix the housing problem. Here are some solutions being discussed:</p><ul data-start="2921" data-end="3327"><li data-start="2921" data-end="3001"><p data-start="2923" data-end="3001"><strong data-start="2923" data-end="2941">Reform Prop 13</strong> to only benefit people living in their homes—not investors.</p></li><li data-start="3002" data-end="3067"><p data-start="3004" data-end="3067"><strong data-start="3004" data-end="3035">Raise taxes on second homes</strong> and corporate-owned properties.</p></li><li data-start="3068" data-end="3143"><p data-start="3070" data-end="3143"><strong data-start="3070" data-end="3105">Build more housing of all types</strong>, not just luxury or low-income units.</p></li><li data-start="3144" data-end="3223"><p data-start="3146" data-end="3223"><strong data-start="3146" data-end="3173">Make it easier to build</strong> by changing zoning rules and speeding up permits.</p></li><li data-start="3224" data-end="3327"><p data-start="3226" data-end="3327"><strong data-start="3226" data-end="3259">Improve public transportation</strong>, so people can live farther from downtown and still commute easily.</p></li></ul><p data-start="3329" data-end="3421">Everyone agrees something must change, but there’s a lot of debate on the best path forward.</p><h2 data-start="3423" data-end="3463">Final Thoughts: A Dream Out of Reach?</h2><p data-start="3465" data-end="3696">The <a href="https://jdj-consulting.com/what-is-the-los-angeles-construction-cost-2025/">cost of housing in Los Angeles</a> keeps going up. While the city still attracts new people, living here comes with a heavy price. For the middle class, buying a home is becoming more and more like chasing a dream they can’t catch.</p><p data-start="3698" data-end="3916">Unless there are big changes, owning a home in Los Angeles may remain possible only for the wealthy—or those with help from family. For now, many residents are left renting, saving, and waiting for the market to shift.</p><p data-start="3698" data-end="3916">Schedule your free consultation today to discuss your project: <a href="tel: (818) 793-5058">(818) 793-5058</a>‬</p>								</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://jdj-consulting.com/los-angeles-housing-market-why-its-one-of-the-least-affordable-in-the-u-s/">Los Angeles Housing Market: Why It&#8217;s One of the Least Affordable in the U.S.</a> appeared first on <a href="https://jdj-consulting.com">JDJ Consulting</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jdj-consulting.com/los-angeles-housing-market-why-its-one-of-the-least-affordable-in-the-u-s/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
