📖 ~1 min read
Table of contents
Symptom & Impact
CPU remains at low or fixed frequency, reducing performance or efficiency.
Environment & Reproduction
Seen after BIOS updates or cloned system images lacking powerd settings.
Root Cause Analysis
`powerd` disabled, unsupported governor mode, or missing ACPI cpufreq support.
Quick Triage
Inspect current frequency controls.
service powerd status
sysctl dev.cpu.0.freq
sysctl dev.cpu.0.freq_levels
Step-by-Step Diagnosis
Stress CPU and watch frequency transitions.
yes > /dev/null &
sysctl dev.cpu.0.freq
killall yes

Solution – Primary Fix
Enable adaptive powerd profile and restart service.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.
sysrc powerd_enable='YES'
sysrc powerd_flags='-a hiadaptive -b adaptive'
service powerd restart

Solution – Alternative Approaches
Set fixed performance profile for latency-critical workloads where thermal budget allows.
Verification & Acceptance Criteria
Frequency scales up under load and down at idle with expected thermal behavior.
Rollback Plan
Revert `powerd_flags` and restart service if instability or throttling anomalies occur.
Prevention & Hardening
Include power profile checks after firmware upgrades and kernel updates.
Related Errors & Cross-Refs
No available `freq_levels`, static low frequency, thermal throttling warnings.
Related tutorial: View the step-by-step tutorial for freebsd-12.
View all freebsd-12 tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
`powerd(8)`, `acpi(4)`, FreeBSD power management docs.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today — we respond within one business day.