T018 $\mathcal{B}(h\to\mu\tau)$
Lepton-flavor-violating Higgs decay h $ \to \mu \tau$ Status REVIEWED VERIFIED High Code: NO Priority Medium
PDG / equivalent values
| Observable | Value | Year | Experiment / source | Provenance |
|---|---|---|---|---|
| B(h $ \to \mu \tau$), CMS full Run-2 direct search | < 0.15% branching fraction | 2025 | PDG2025:T018:cms_run2 | source ↑ |
| B(h $ \to \mu \tau$), ATLAS full Run-2 direct search | < 0.18% branching fraction | 2025 | PDG2025:T018:atlas_run2 | source ↑ |
| B(h $ \to \mu \tau$), CMS full Run-2 direct search | < 0.15% branching fraction | 2021 | CMS2021:T018:mutau_limit | source ↑ |
| CMS dataset for h $ \to \mu \tau$ direct search | 137 fb^-1 at sqrt(s) = 13 TeV integrated luminosity and collision energy | 2021 | CMS2021:T018:dataset | source ↑ |
| B(h $ \to \mu \tau$), ATLAS full Run-2 direct search | < 0.18% branching fraction | 2023 | ATLAS2023:T018:mutau_limit | source ↑ |
| ATLAS dataset for h $ \to \mu \tau$ direct search | 138 fb^-1 at sqrt(s) = 13 TeV integrated luminosity and collision energy | 2023 | ATLAS2023:T018:dataset | source ↑ |
| ATLAS branching-fraction difference B(H $ \to \mu \tau$) - B(H $ \to $ e $\tau$) | 0.25% $branching-fraction difference B(H \to \mu \tau) - B(H \to e \tau)$ | 2023 | ATLAS2023:T018:symmetry_difference | source ↑ |
| CMS 8 TeV local excess and best-fit B(H $ \to \mu \tau$) | 2.4 sigma local excess significance and best-fit branching fraction | 2015 | CMS2015:T018:hint | source ↑ |
| B(H $ \to \mu \tau$), CMS 8 TeV direct-search limit | < 1.51% branching fraction | 2015 | CMS2015:T018:limit | source ↑ |
| CMS 8 TeV dataset for Higgs LFV search | 19.7 fb^-1 at sqrt(s) = 8 TeV integrated luminosity and collision energy | 2015 | CMS2015:T018:dataset | source ↑ |
| CMS 2015 $\mu^-\tau$ Yukawa-coupling norm interpretation | < 3.6e-3 $\mu^-\tau Yukawa-coupling norm from CMS 2015 interpretation$ | 2015 | CMS2015:T018:yukawa_limit | source ↑ |
| Generic LFV-Higgs EFT allowance for h $ \to \tau \mu$ or h $ \to \tau$ e | order 10% $possible h \to \tau \mu or h \to \tau e branching ratios allowed by low-energy constraints \,\text{in}\, generic LFV-Higgs EFT$ | 2012 | HarnikKoppZupan2012:order10 | source ↑ |
| Generic RS KK-gluon lower scale from 2008 warped-flavor abstract | about 21 TeV generic RS KK-gluon lower scale from 2008 warped-flavor abstract | 2008 | CsakiFalkowskiWeiler2008:kk_gluon_rs | source ↑ |
Why this constrains the RS scan
In warped or partially composite lepton sectors, fermion localization explains
charged-lepton masses, but misalignment between the mass matrix and physical
Higgs couplings can generate off-diagonal Yukawa interactions. The
\(h\to\mu\tau\) limit directly tests the \(\mu\)-\(\tau\) charged-lepton
Yukawa entries and is complementary to dipole LFV constraints such as
\(\mu\to e\gamma\). It is therefore relevant only to a lepton-sector extension
of the current quark scan, not to the existing \(\Delta F=2\) quark lane.
What's changed since the original paper
The requested baseline is arXiv:0804.1954, before the LHC Higgs LFV program
(
CsakiFalkowskiWeiler2008WarpedFlavor). Harnik, Kopp, and Zupan
later emphasized that flavor-violating Higgs decays could be a direct discovery
channel and that \(h\to\tau\mu\) searches could beat rare-tau bounds
(HarnikKoppZupan2012:order10). CMS then reported the historical
\(8~\mathrm{TeV}\) hint: a \(2.4\sigma\) excess with \(p=0.010\), best fit
\(\mathcal{B}(H\to\mu\tau)=(0.84^{+0.39}_{-0.37})\%\), and a 95\% CL limit
of \(1.51\%\) using \(19.7~\mathrm{fb}^{-1}\)
(CMS2015:T018:hint; CMS2015:T018:dataset;
CMS2015:T018:limit). The full Run-2 CMS and ATLAS analyses did not
confirm a significant signal and pushed the direct limits to the
\(10^{-3}\)-branching-fraction level (CMS2021:T018:mutau\_limit;
ATLAS2023:T018:mutau\_limit).Validity and model dependence
Experimentally this is a direct, clean upper limit on a forbidden SM decay.
The interpretation assumes the signal production mixture and total Higgs width
used by each collaboration; a model that changes Higgs production or the total
width needs a recast rather than a literal branching-ratio cut. Low-energy
LFV bounds constrain related Yukawa products, but the direct \(h\to\mu\tau\)
search is the least model-dependent way to constrain this specific final state.
Code coverage in this repo
Coverage is NO. The required greps and a targeted search for
$h \to \mu \tau$, $H \to \mu \tau$, mutau, and Y\_mu\_tau
across quarkConstraints/, qcd/, flavorConstraints/,
neutrinos/, yukawa/, warpConfig/, solvers/,
scanParams/, and tests/ found no observable implementation.
The existing LFV backend is specifically \(\mu\to e\gamma\)
(flavorConstraints/muToEGamma.py:1;
flavorConstraints/muToEGamma.py:75), and the scanner applies that
filter at scanParams/scan.py:523. Charged-lepton Yukawa helpers are
diagonal mass-relation utilities, not an \(h\to\mu\tau\) prediction.
Linked evidence (opens GitHub blob at flavor-catalog-website/2026q2):
- Targeted grep for h -> mu tau / H -> mu tau / mutau / Y_mu_tau across the required code directories returned no hits.
- The existing charged-lepton LFV implementation is mu -> e gamma only: flavorConstraints/muToEGamma.py:1 and flavorConstraints/muToEGamma.py:75.
- The scan applies the mu -> e gamma LFV filter at scanParams/scan.py:523; no h -> mu tau branch or Higgs LFV limit is present.
- Charged-lepton Yukawa support is a diagonal mass-relation helper at yukawa/charged_lepton.py:1 and yukawa/charged_lepton.py:36, not a Higgs LFV observable.
Implementation difficulty
Production integration is HIGH. The external limit is easy to store,
but a faithful RS constraint needs a new charged-lepton Higgs-Yukawa
misalignment calculation, a convention for \(\mu\tau\) versus \(\tau\mu\)
couplings, and a Higgs-rate/width interpretation before scan points can be
accepted or rejected.
Reason: The direct limit is simple to catalog, but production-grade RS integration needs a new charged-lepton Higgs-Yukawa misalignment calculation, a convention for Y_mu_tau/Y_tau_mu, and a Higgs production/total-width interpretation. The current code only has diagonal charged-lepton Yukawas and a $\mu \to e \gamma$ dipole filter.
Key references
PDG2025HiggsLFVReview; CMS2021HiggsLFVMuTau;
ATLAS2023HiggsLFVMuTau; CMS2015HiggsLFVMuTauHint;
HarnikKoppZupan2012FlavorViolatingHiggs;
CsakiFalkowskiWeiler2008WarpedFlavor;
PerezRandall2008WarpedLeptonFlavor.