Federal Contractor

KONGSBERG DEFENCE & AEROSPACE AS Federal Contract Obligations (Last 5 Years)

Federal procurement profile for KONGSBERG DEFENCE & AEROSPACE AS (CAGE N0013, UEI V24HYE4YVGH6) covering obligations, agencies, NAICS, and annual trends over the last 5 years.

KONGSBERG DEFENCE & AEROSPACE AS has received $1.85 billion in obligated federal contract spending across 943 actions in the last 5 years, for an average action value of $1.96 million. Activity is concentrated in the Department of the Navy, Department of the Army, and Department of the Air Force, with the largest NAICS shares in ordnance manufacturing and guided missile-related production.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals, counts, and trend figures reflect FPDS-observed obligations for the selected 5-year analysis window and may vary by time of extract.

CAGE Code
N0013
UEI
V24HYE4YVGH6
Total Obligated
1.85 billion
1,852,084,634.54
Award Actions
943
Average Action Value
1,964,034.60

About KONGSBERG DEFENCE & AEROSPACE AS federal contract activity

KONGSBERG DEFENCE & AEROSPACE AS (CAGE N0013, UEI V24HYE4YVGH6) recorded $1.85 billion in obligated awards across 943 actions over the last 5 years, with an average award value of $1.96 million. The profile indicates a concentrated defense-technology vendor with substantial federal spend tied to weapons, missile, sensor, and armored vehicle-related procurement.

Agency mix and customer concentration

Obligations are concentrated in the Department of the Navy ($739.10 million across 35 awards), Department of the Army ($647.02 million across 282 awards), and Department of the Air Force ($450.75 million across 7 awards). The Defense Logistics Agency appears as a high-transaction counterpart with 597 awards but only $14.36 million obligated, indicating a large volume of relatively small actions compared with the service branches.

Industry profile based on NAICS activity

The NAICS profile is dominated by small arms and ordnance manufacturing (332994) at $647.72 million and guided missile and space vehicle propulsion unit manufacturing (336415) at $450.75 million. Additional material spend is tied to search/detection/navigation systems (334511), military armored vehicle components (336992), and guided missile and space vehicle manufacturing (336414), confirming a portfolio centered on defense hardware and mission systems.

Annual contract trend over the analysis window

Annual obligations peaked sharply in 2025 at $875.90 million across 219 awards, up from $500.67 million in 2024. Earlier years were materially lower, ranging from $119.10 million in 2021 to $190.90 million in 2022, with 2023 and 2024 showing a steady build before the 2025 surge.

How to interpret this page

This summary is based on FPDS award obligations associated with vendor name KONGSBERG DEFENCE & AEROSPACE AS, CAGE N0013, and UEI V24HYE4YVGH6 over the last 5 years. Agency, NAICS, and annual views are derived from obligated dollars and award counts in the provided analysis window; amounts are reported as captured in the source data and rounded in narrative form.

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 = 'N0013'
        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
1700 DEPT OF THE NAVY 739,099,195.47 739.10 million 35
2100 DEPT OF THE ARMY 647,024,205.25 647.02 million 282
5700 DEPT OF THE AIR FORCE 450,750,676.00 450.75 million 7
97AS DEFENSE LOGISTICS AGENCY 14,360,145.71 14.36 million 597
1434 US GEOLOGICAL SURVEY 924,304.18 924.30 thousand 8
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -73,892.07 -73.89 thousand 14

Insight

Over the last 5 years, KONGSBERG DEFENCE & AEROSPACE AS has $1.85 billion in obligations across 943 awards, with funding concentrated in three DoD agencies: the Department of the Navy ($739.10 million), Department of the Army ($647.02 million), and Department of the Air Force ($450.75 million). Award volume is less concentrated than dollars, with the Defense Logistics Agency accounting for 597 awards but only $14.36 million, while the Navy and Air Force each obligated large dollar amounts across relatively few awards. US Geological Survey obligations were minimal at $924.30 thousand, and DCMA shows a small negative obligated amount of $73.89 thousand.

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 = 'N0013'
        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
332994 SMALL ARMS, ORDNANCE, AND ORDNANCE ACCESSORIES MANUFACTURING 647,723,243.18 647.72 million 345
336415 GUIDED MISSILE AND SPACE VEHICLE PROPULSION UNIT AND PROPULSION UNIT PARTS MANUFACTURING 450,750,676.00 450.75 million 7
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 435,066,301.00 435.07 million 14
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 260,407,346.72 260.41 million 5
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 40,962,146.51 40.96 million 4
332510 HARDWARE MANUFACTURING 4,744,756.00 4.74 million 168
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 2,922,415.24 2.92 million 5
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 1,904,714.00 1.90 million 32
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 1,837,114.18 1.84 million 17
335314 RELAY AND INDUSTRIAL CONTROL MANUFACTURING 1,794,745.00 1.79 million 25

Insight

Over the last 5 years, obligations for KONGSBERG DEFENCE & AEROSPACE AS are concentrated in defense-oriented manufacturing NAICS, led by 332994, which accounts for $647.72 million across 345 awards. The next largest NAICS are 336415 ($450.75 million, 7 awards), 334511 ($435.07 million, 14 awards), and 336992 ($260.41 million, 5 awards), indicating substantial dollars are tied to a small number of high-value actions. Award activity is more broadly distributed than obligated dollars, with 943 total awards and smaller NAICS such as 332510 and 334419 generating many awards but relatively low obligation totals.

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 = 'N0013'
        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 875,900,594.72 875.90 million 219
2024 500,668,607.84 500.67 million 133
2023 165,512,107.06 165.51 million 184
2022 190,898,996.67 190.90 million 186
2021 119,104,328.25 119.10 million 221

Insight

KONGSBERG DEFENCE & AEROSPACE AS recorded $1.85 billion in obligations across 943 awards over the last 5 years, with a 2025 peak of $875.90 million across 219 awards. Obligations were heavily concentrated in 2025 and 2024, which together accounted for most of the 5-year total, while 2021 through 2023 remained comparatively lower at $119.10 million to $190.90 million annually. Award counts were highest in 2021 at 221 and generally ranged from 133 to 219, indicating that the sharp increase in obligated dollars in 2024–2025 was driven more by higher-dollar awards than by a sustained increase in 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.