Federal Contractor

RADIANCE TECHNOLOGIES, INC. Federal Contract Obligations (Last 5 Years)

Federal procurement profile for RADIANCE TECHNOLOGIES, INC. (CAGE 1H1J5, UEI YXRLX5PDCWK4) covering the last 5 years of award activity.

RADIANCE TECHNOLOGIES, INC. recorded $1.04 billion in obligated awards across 1,081 actions over the last 5 years, with an average action value of $960,273.64. Most obligations came from the Department of the Army and the Department of the Air Force, and the company’s activity was concentrated in federal research and development NAICS codes.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect readable and exact obligated values from FPDS-style award records for the stated analysis window.

CAGE Code
1H1J5
UEI
YXRLX5PDCWK4
Total Obligated
1.04 billion
1,038,055,808.44
Award Actions
1,081
Average Action Value
960,273.64

About RADIANCE TECHNOLOGIES, INC. federal contract activity

RADIANCE TECHNOLOGIES, INC. (CAGE 1H1J5, UEI YXRLX5PDCWK4) recorded 1.04 billion in obligated awards across 1,081 actions over the last 5 years, with an average award value of 960,273.64. The profile indicates a substantial federal contracting footprint concentrated in defense and research-oriented work.

Agency mix and customer concentration

The Department of the Army is the primary customer, accounting for 627.01 million across 525 awards, followed by the Department of the Air Force at 324.93 million across 472 awards. DARPA is a meaningful third-tier customer at 63.35 million, while the Defense Logistics Agency and Department of the Navy contribute comparatively smaller shares, indicating a strongly defense-centric agency mix.

Industry profile based on NAICS activity

Contracting is dominated by R&D NAICS codes, led by 541712 at 679.12 million across 576 awards and 541715 at 346.24 million across 415 awards. Smaller amounts appear in manufacturing and equipment-related categories, including guided missile and space vehicle parts, communications equipment, and electrical testing instruments, suggesting a secondary technology and hardware support component.

Annual contract trend over the analysis window

Annual obligations peaked in 2023 at 242.72 million, then declined to 212.79 million in 2024 and 145.49 million in 2025 to date. Even with that softening, the company maintained a high award cadence throughout the period, ranging from 176 to 243 awards annually.

How to interpret this page

This summary is based on FPDS obligation data for the last 5 years and is organized by aggregate obligations, award counts, and NAICS/agency concentration. Totals and averages reflect the provided analysis window and are not adjusted beyond the reported FPDS values.

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 = '1H1J5'
        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
2100 DEPT OF THE ARMY 627,005,185.30 627.01 million 525
5700 DEPT OF THE AIR FORCE 324,928,733.39 324.93 million 472
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 63,352,527.00 63.35 million 32
97AS DEFENSE LOGISTICS AGENCY 19,551,243.75 19.55 million 21
1700 DEPT OF THE NAVY 2,664,871.64 2.66 million 15
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 580,300.38 580.30 thousand 11
97JC MISSILE DEFENSE AGENCY (MDA) 500.00 500.00 1
1406 DEPARTMENTAL OFFICES 0.00 0.00 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -27,553.02 -27.55 thousand 3

Insight

Over the last 5 years, RADIANCE TECHNOLOGIES, INC. received 1.04 billion across 1,081 awards, with obligations heavily concentrated in the DEPT OF THE ARMY (627.01 million; 525 awards) and DEPT OF THE AIR FORCE (324.93 million; 472 awards). These two agencies account for the large majority of obligated dollars and awards, indicating a strong defense-focused award profile. DARPA is a distant third at 63.35 million across 32 awards, while all other agencies contributed comparatively small amounts.

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 = '1H1J5'
        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
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 679,124,462.98 679.12 million 576
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 346,243,871.56 346.24 million 415
336419 OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 9,821,511.90 9.82 million 69
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 1,730,449.42 1.73 million 3
334515 INSTRUMENT MANUFACTURING FOR MEASURING AND TESTING ELECTRICITY AND ELECTRICAL SIGNALS 882,660.48 882.66 thousand 10
335931 CURRENT-CARRYING WIRING DEVICE MANUFACTURING 245,852.10 245.85 thousand 1
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 5,000.00 5.00 thousand 1
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 1,000.00 1.00 thousand 1
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 1,000.00 1.00 thousand 3
541330 ENGINEERING SERVICES 0.00 0.00 2

Insight

RADIANCE TECHNOLOGIES, INC. (CAGE 1H1J5) shows strong NAICS concentration over the last 5 years, with 541712 accounting for $679.12 million across 576 awards and 541715 adding $346.24 million across 415 awards. Together, these two R&D NAICS codes represent roughly 98% of the vendor’s $1.04 billion in obligated value, indicating a highly focused portfolio dominated by physical, engineering, and life sciences R&D. Remaining obligations are much smaller and fragmented across manufacturing-related codes, with no other NAICS exceeding $10 million.

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 = '1H1J5'
        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 145,488,610.99 145.49 million 176
2024 212,791,825.78 212.79 million 219
2023 242,716,080.96 242.72 million 202
2022 225,126,996.67 225.13 million 243
2021 211,932,294.04 211.93 million 241

Insight

Over the last 5 years, RADIANCE TECHNOLOGIES, INC. obligated $1.04 billion across 1,081 awards, averaging about $960.3K per award. Obligations were relatively steady from 2021 to 2024, ranging from $211.9 million to $242.7 million annually, with the highest funding in 2023. In 2025, obligations declined to $145.5 million with 176 awards, indicating a lower current-year pace relative to prior years.

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.