# Franchising

**Definition (short).** You let others (franchisees) operate under your brand and system. You earn initial fees plus **ongoing royalties (usually % of gross sales)** and often ad fund contributions and rent. You supply brand, playbooks, supply chain leverage; franchisees supply capital and operations.

**Recent example.** U.S. fast-food franchises typically pay **4–9% royalty on gross sales plus 2–4% advertising fees**. [4–9% royalty on gross sales plus 2–4% advertising fees](https://franzy.com/blog/average-franchise-royalty-fee/?utm_source=chatgpt.com). McDonald’s charges **\~4% royalty plus rent (\~8–12%)**, per its 2024 Franchise Disclosure Document. [McDonald’s charges \~4% royalty plus rent (\~8–12%)](https://www.franchimp.com/?f=107211_2024.pdf\&page=pdf\&utm_source=chatgpt.com).\
**Historical example.** Singer Sewing Machine (1850s) is cited as an early franchisor; modern franchising exploded post-WWII with chains like McDonald’s (1955), Holiday Inn, and Dunkin’.

<figure><img src="/files/bSEPGQrH36fY55bIYn6y" alt=""><figcaption></figcaption></figure>

#### KPI Definitions

**Net Franchise Royalty/Profit Growth % (NFRG).** YoY growth of (royalties + rents + fees − franchisor support costs).\
\&#xNAN;*Pseudo:* `((FranchiseProfit)_t - (FranchiseProfit)_{t-1}) / (FranchiseProfit)_{t-1} * 100`.\
\&#xNAN;*Why it matters:* Shows if expanding units and improving unit economics actually translate into franchisor profit.\
\&#xNAN;*Benchmark:* Mature systems still target **mid- to high-single-digit profit growth** from royalties/rents annually. [Mid- to high-single-digit profit growth from royalties/rents annually](https://www.franchisechatter.com/2024/10/13/fdd-talk-mcdonalds-franchise-costs-fees-average-revenues-and-or-profits-2024-review/?utm_source=chatgpt.com)

**Royalty & Fee Revenue $ (FREV).** Total ongoing royalties + initial fees + ad fund admin fees (if recognized).\
\&#xNAN;*Pseudo:* `Σ(royalties + initial_fees + other_recurring_fees)`.\
\&#xNAN;*Why it matters:* Core monetization stream; growth comes via more units and higher AUV.\
\&#xNAN;*Benchmark:* Royalties typically **4–9% of sales**; ad fees extra **2–4%**.

**Franchise Margin % (FMAR).** Gross margin on franchise operations (royalties & fees − franchise support costs).\
\&#xNAN;*Pseudo:* `(FRev − Support_Costs) / FRev * 100`.\
\&#xNAN;*Why it matters:* High-margin royalties can be eroded by heavy field support/legal costs.\
\&#xNAN;*Benchmark:* Asset-light franchisors often run **50–70%+ margins** on royalty revenue.

**Active Franchise Units (UNIT).** Number of open franchised outlets.\
\&#xNAN;*Pseudo:* `COUNT(franchise_locations_open)`.\
\&#xNAN;*Why it matters:* Scale equals revenue base; unit growth is the engine for future royalties.\
\&#xNAN;*Benchmark:* McDonald’s >**36k units worldwide**, Subway >**36k**, many top brands grow net units 2–4%/yr.

**Royalty % of Franchisee Sales (RPF).** Contracted royalty rate on gross sales.\
\&#xNAN;*Pseudo:* `RoyaltyPaid / Franchisee_Sales * 100`.\
\&#xNAN;*Why it matters:* Your “take rate”. Too high hurts franchisee economics; too low caps monetization.\
\&#xNAN;*Benchmark:* **4–9% typical**; McDonald’s \~4% plus rent; Chick-fil-A’s model is different (higher share of profit).

**New Units Opened (OPEN).** Count of openings in period (net of closures).\
\&#xNAN;*Pseudo:* `Openings − Closures`.\
\&#xNAN;*Why it matters:* Pipeline health and brand demand.\
\&#xNAN;*Benchmark:* Strong systems add **>3% net units/year**; weak ones shrink.

**Franchisee Retention % (RETEN).** Percentage of franchisees renewing at term or not selling back.\
\&#xNAN;*Pseudo:* `Renewed_Franchisees / Franchisees_Up_for_Renewal * 100`.\
\&#xNAN;*Why it matters:* Low churn signals healthy economics and satisfaction.\
\&#xNAN;*Benchmark:* Best systems keep **>90%** renewal; high churn flags trouble.

**Ad Fund % of Sales (ADVF).** Mandatory marketing fund contribution.\
\&#xNAN;*Pseudo:* `AdFee / Sales * 100`.\
\&#xNAN;*Why it matters:* Funds national marketing; too high squeezes operators.\
\&#xNAN;*Benchmark:* Often **2–4%**.

**Real Estate/Rent % of Sales (RENT).** Rent/franchise real estate markup as % of sales (for landlord-franchisors).\
\&#xNAN;*Pseudo:* `RentPaid_to_Franchisor / Sales * 100`.\
\&#xNAN;*Why it matters:* Major profit lever for brands that own/lease sites (e.g., McDonald’s).\
\&#xNAN;*Benchmark:* McDonald’s rent plus royalty commonly totals **\~12–16%** of sales.

**System Quality Score (QUAL) (aux).** Composite of audits, brand compliance, NPS.\
\&#xNAN;*Pseudo:* `w1*AuditScores + w2*NPS + w3*ComplaintRate`.\
\&#xNAN;*Why it matters:* Brand consistency drives AUV and retention.\
\&#xNAN;*Benchmark:* Franchisors target **>90% pass on audits**; drops trigger remediation.

**Average Unit Volume $ (AUV).** Average annual sales per franchise unit.\
\&#xNAN;*Pseudo:* `Total_Franchisee_Sales / Units`.\
\&#xNAN;*Why it matters:* Drives royalty dollars and franchisee ROI; a key selling point to prospects.\
\&#xNAN;*Benchmark:* McDonald’s U.S. AUV **\~$4 M**; Chick-fil-A **\~$9.3 M**; Subway **\~$0.49 M**.

**Payback Period (Franchisee) (PAYB).** Years for a typical franchisee to recoup initial investment from profits.\
\&#xNAN;*Pseudo:* `Initial_Investment / Annual_Profit`.\
\&#xNAN;*Why it matters:* If franchisees don’t earn back fast enough, growth stalls and churn rises.\
\&#xNAN;*Benchmark:* Many QSRs aim for **<5–7 years**; lower is a strong selling point.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.getdot.ai/ai-analytics-wiki/kpi-trees/franchising.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
