Background
In 2023, Edmonton City Council approved a complete rewrite of the zoning by-law, called the zoning by-law renewal (ZBR). ZBR was overwhelming a good pro-housing policy. It vastly simplified the number of standard zones, removed restrictive zoning overlays applied to the most in-demand neighbourhoods, and allowed building up to 8 units at a height of 10.5m on any residential lot in the city1. ZBR came into force on January 1, 2024.
Since it’s been a full year since builders could use ZBR to build more housing forms as-of-right, I thought it would be fun to look at building permit data to see if we can start to see any effects. And yes, yes we can.
Data
Edmonton’s general building permit data has tracked building permits since 2009. It contains columns for building type, work type, location, units added, and more for each building permit. There is a bit of cleaning I do, as you can see in the code. In short, I:
Include building permits that added at least 1 unit. Building permits that did not add units of housing are not adding to the supply of housing. However, this does exclude demolitions (negative
units_added
), which I am just accepting as a limitation of this blog post.Include building types in a list of specified residential types (e.g. Apartment, Row House, Single Detached, Mixed Use). It’s possible that I’m counting commercial units in mixed use.
Create a new variable project type that categorizes building permits as follows, in increasing order of density:
New single-family home (SFH).
Backyard house (i.e. garden suite). Note that a garden suite can have multiple units in it.
Addition/conversion - either additions to existing buildings that add housing or conversion of commercial to residential.
Duplex to fourplex.
Fiveplex to eightplex.
Rowhouses of 9 or more units.
Apartments of 9 or more units.
Add location categories for neighbourhood type which take the following values: downtown (literally just the downtown neighbourhood), mature, between mature and Henday, and outside the Henday.
Both the project type and neighbourhood type categories are arbitrary, but I think they strike a good balance for examining the effect of ZBR, the ascendance of backyard homes, and Edmonton’s development pattern.
Rowhouses are the biggest question. Depending on how they are constructed, stacked or not, with secondary suites or not, they are sort of between single-family homes and multiplex apartments. In this case, I decided to split them out from 9+ apartments, but to keep them with the multiplexes.
Apartments are important
First, let’s look at the timeseries of building permits and units added by project type. Figure 1 shows the raw number of building permits issued and Figure 2 shows the corresponding number of units added.
Comparing the two figures, we can see that the raw number of building permits and the number of units added are two separate concepts. Single-family homes have a building permit for each building, whereas a large apartment building could have a single building permit for hundreds of units. Despite having relatively few building permits year-over-year, 9+ apartments consistently create a similar number of housing units as new SFH year over year. If Edmonton is to succeed at both curbing suburban sprawl, and densifying our existing neighbourhoods, larger apartment buildings will have to continue to play a leading role. It will be important for us to support the construction of more apartments through the Priority Growth Area rezonings.
Missing middle still missing?
There is also an uptick in multiplexes in 2024 (duplex to fourplex plus fiveplex to eightplex), as well as a smaller, but notable uptick in backyard homes. On the face of it, this seems like good news and proof that ZBR is working. Let’s look a little closer at where these “missing middle” units are being built in Figure 3.
There’s both good news and bad news. Starting with the good news: ZBR is having a significant effect on housing supply in the mature neighbourhoods, mostly through the increase in fiveplex to eightplexes permitted in 2024. And what a dramatic increase it is. Over 1,000 units of Fiveplex to Eightplex type had building permits issued in mature neighbourhoods.
Onto the bad news: we’re still relying a lot on single-family homes, duplexes, and apartments built outside the Henday for our housing supply. Yes, it’s good that new greenfield communities are building a range of housing types so that they are denser than older suburbs. But, those communities will still inevitably be more car-oriented than the mature neighbourhoods and cost more to serve infrastructure-wise. More on this later, but Figure 4 underscores just how much of a shift we need to make to reach a better growth pattern.
Here are my other takeaways from the plots so far.
We need more apartments in mature neighbourhoods. Hopefully, multiplexes will continue to increase as a source of housing supply in mature neighbourhoods. But, even a few apartment projects can contribute enormously to housing supply. There is clearly a demand for apartment living as shown by just how many units in apartments are being built outside the Henday. Imagine how successful they could be in mature neighbourhoods, if they were more widely permitted.
Backyard homes are great, but even with this year’s increase, they are not and will not be a significant source of housing supply. The scale of multiplexes and especially apartments can just not be beaten.
If you prefer maps to the line charts I have shown so far, Figure 5 shows the 2024 building permits with magenta lines drawn around the borders of the Henday and mature neighbourhoods.
Distance from the LRT
Rapid transit is like a superpower: it allows people to move around the city faster than buses and is competitive with driving. When people live close to the LRT, it allows them to live car-free or car-lite. Optimally, people live within 800m walking distance - about 15 minutes of a station. If not, hopefully they don’t live too far away so that bus feeders can bring people to stations. To achieve City Council’s endorsed goal of 50% of all trips by transit and active transit, we will need to shift our building pattern towards transit.
Let’s bring in the LRT stations dataset. Using the collection of LRT stops, we can calculate how far each building permit is from its closest LRT stop. Figure 6 shows the cumulative distribution of units added with respect to distance from the closest existing LRT stop.
We can see that when it comes to distances closest to the LRT, we have generally improved over the years, shown by the curves bowing out near the 0km mark. As we get further out from the LRT, we can see the effect of suburban sprawl, where we are building further and further out. In my opinion, there is still work to be done on transit-oriented development and we should be aiming for far more housing to be built near our existing rapid transit stations. Having only 25% of housing built near rapid transit will not be good enough.
The picture looks better if we include future LRT stops as well, as in Figure 7. It’s amazing just how much rapid transit expansion can shrink the size of the city. However, even with expansion, I would like to see us push the proportion of housing built near transit even higher. In a city like Edmonton, where driving is fast and the buses are good, but pretty slow, building high-density housing next to the LRT so that more people have access to the train will be important.
Summary
In short, I’d say that Edmonton’s policy reforms so far, especially ZBR, have been a good step forward, but there is still more work to be done. Multiplexes/row houses in mature neighbourhoods is a big success story for ZBR. Backyard homes are a smaller success story for ZBR, but we still see an increase in that category. However, the increase in small infill in existing neighbourhoods still pales in comparison to just how much we are building outside the Henday.
To develop our housing supply sustainably, we need to double down on making it easier to build infill housing. Backyard homes and multiplexes are great, but an excellent infill policy would make it way easier to build larger apartment buildings in mature neighbourhoods, especially near the LRT. If apartments are being built outside the Henday in large numbers, I have no doubt that they would be successful in mature neighbourhoods, which is where they are better suited anyways.
Additional plots for the interested
Footnotes
Number of units allowed is still dependent on lot size. The base zone in the “mature” neighbourhoods is RS. The new neighbourhoods have more permissive base zones that allow more height and more units per lot.↩︎