Federal Contractor

SONOVA USA INC. Federal Contract Obligations (Last 5 Years)

Federal procurement summary for SONOVA USA INC. (CAGE 4B3G7, UEI N5VSMWF4G7K7) covering obligations, agencies, NAICS, and year-by-year awards over the last 5 years.

Over the last 5 years, SONOVA USA INC. recorded 249 award actions totaling $1,341,407,720.96 in obligations, with an average action value of $5,387,179.60. Most of the activity came from the Department of Veterans Affairs, and the largest share of spending was under NAICS 334510, Electromedical and Electrotherapeutic Apparatus Manufacturing.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals are based on FPDS award data for the last 5 years and may include negative obligations from adjustments or deobligations.

CAGE Code
4B3G7
UEI
N5VSMWF4G7K7
Total Obligated
1.34 billion
1,341,407,720.96
Award Actions
249
Average Action Value
5,387,179.60

About SONOVA USA INC. federal contract activity

SONOVA USA INC. recorded $1.34 billion in obligated federal awards across 249 awards in the last 5 years, with an average award value of $5.39 million. The vendor’s profile is heavily concentrated in medical hearing and electroacoustic-related procurement activity, as reflected in both the obligation volume and award pattern.

Agency mix and customer concentration

Award activity is dominated by the Department of Veterans Affairs, which accounts for $1.34 billion across 106 awards and represents essentially the full obligation base. The Indian Health Service contributes a much smaller $4.32 million across 143 awards, indicating a high-volume but low-dollar secondary relationship.

Industry profile based on NAICS activity

The spending profile is led by NAICS 334510, Electromedical and Electrotherapeutic Apparatus Manufacturing, with $1.19 billion across 159 awards. Smaller obligations are spread across repair and maintenance codes NAICS 811219 and 811210, while NAICS 339112 contributes only a negligible amount and NAICS 423450 shows a slight negative total obligation.

Annual contract trend over the analysis window

Annual obligations were strongest in 2025 at $316.44 million, closely followed by 2024 and 2023 at roughly $301 million each. The trend shows sustained growth from 2021 through 2025, with award counts remaining relatively stable in the low-40s to mid-50s range each year.

How to interpret this page

This summary is based on FPDS obligations associated with CAGE code 4B3G7 and UEI N5VSMWF4G7K7 over the last 5 years. Totals, award counts, and category breakdowns reflect the provided aggregate metrics; negative obligations are preserved as reported in the source data.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '4B3G7'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
3600 VETERANS AFFAIRS, DEPARTMENT OF 1,337,084,850.35 1.34 billion 106
7527 INDIAN HEALTH SERVICE 4,322,870.61 4.32 million 143

Insight

Over the last 5 years, SONOVA USA INC. (CAGE 4B3G7) received $1.34 billion in obligations across 249 awards, with a very high concentration at the Department of Veterans Affairs. VA accounted for $1.337 billion and 106 awards, representing the overwhelming share of total obligated value. Indian Health Service was the only other top agency identified, with $4.32 million across 143 awards, indicating a much lower-value, higher-volume distribution outside VA.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '4B3G7'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
334510 ELECTROMEDICAL AND ELECTROTHERAPEUTIC APPARATUS MANUFACTURING 1,190,219,281.61 1.19 billion 159
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 83,512,835.10 83.51 million 48
811210 ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 67,559,874.50 67.56 million 27
339112 SURGICAL AND MEDICAL INSTRUMENT MANUFACTURING 117,748.94 117.75 thousand 10
423450 MEDICAL, DENTAL, AND HOSPITAL EQUIPMENT AND SUPPLIES MERCHANT WHOLESALERS -2,019.19 -2.02 thousand 5

Insight

SONOVA USA INC. is heavily concentrated in NAICS 334510, Electromedical and Electrotherapeutic Apparatus Manufacturing, which accounts for $1.19 billion of the $1.34 billion obligated over the last 5 years across 159 awards. The next two NAICS codes—811219 and 811210—add $151.07 million combined across 75 awards, indicating a secondary but much smaller sustainment/repair profile. The remaining NAICS codes are immaterial by obligation, with 339112 at $117.75 thousand and 423450 at a net -$2.02 thousand, suggesting limited diversification beyond the primary manufacturing line.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '4B3G7'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 316,435,339.17 316.44 million 53
2024 301,501,542.18 301.50 million 55
2023 301,098,509.07 301.10 million 54
2022 221,423,275.36 221.42 million 41
2021 200,949,055.18 200.95 million 46

Insight

Over the last 5 years, SONOVA USA INC. (CAGE 4B3G7) received $1.34 billion across 249 awards, averaging $5.39 million per award. Obligations are concentrated in the most recent three years, with 2023 through 2025 each at roughly $301.1 million to $316.4 million, compared with $200.9 million in 2021 and $221.4 million in 2022. Award counts are relatively stable year to year, ranging from 41 to 55, indicating that the increase in obligated dollars is driven more by higher-value awards than by materially greater award volume.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.