Federal Contractor

RAND CORPORATION, THE Federal Contract Obligations (Last Year)

RAND CORPORATION, THE (CAGE 11578, UEI YY46Q97AEZA8) received 214 award actions and $139.98 million in obligations in the last full year.

In the last full year, RAND CORPORATION, THE recorded $139,978,708.33 in obligated funding across 214 award actions, for an average action value of $654,106.11. The largest share of obligations came from Washington Headquarters Services, the Department of the Air Force, and the Department of the Army, with work concentrated in NAICS 541990 and 541720.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the last full year only and are based on obligated amounts and award actions reported in the supplied FPDS summary.

CAGE Code
11578
UEI
YY46Q97AEZA8
Total Obligated
139.98 million
139,978,708.33
Award Actions
214
Average Action Value
654,106.11

About RAND CORPORATION, THE federal contract activity

RAND CORPORATION, THE recorded $139.98 million in obligated awards across 214 actions in the last full year, for an average award value of $654,106.11. The activity profile indicates a large number of relatively moderate-sized awards, with spending concentrated in a limited set of federal buyers and mission areas.

Agency mix and customer concentration

WASHINGTON HEADQUARTERS SERVICES (WHS) was the largest customer at $61.29 million across 31 awards, followed by the DEPT OF THE AIR FORCE at $39.99 million across 28 awards. The DEPT OF THE ARMY added $19.75 million on only 3 awards, while CMS and the U.S. COAST GUARD contributed smaller but still material volumes, indicating a strong concentration within defense-related agencies supplemented by civilian health and maritime demand.

Industry profile based on NAICS activity

Obligations were led by NAICS 541990 at $81.04 million, with substantial additional activity in 541720 at $40.30 million and 541611 at $18.66 million. This mix shows a primary emphasis on professional and technical services, supported by a large volume of social science and humanities research awards and a smaller consulting component; 541715 appears only marginally, and 611710 shows a recorded award with no obligated dollars.

Annual contract trend over the analysis window

The annual trend provided for 2025 shows the full-year total of $139.98 million across 214 awards, which matches the overall analysis window. With only one year in scope, the data support a point-in-time profile rather than a multi-year growth or decline assessment.

How to interpret this page

This summary is based on FPDS award obligations for the vendor identified by CAGE 11578 and UEI YY46Q97AEZA8 over the last full year. Agency and NAICS rankings are ordered by total obligated dollars, with award counts used as supporting context; the figures reflect obligated amounts reported in the source data and may include zero-obligation records where present.

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 = '11578'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 61,291,045.71 61.29 million 31
5700 DEPT OF THE AIR FORCE 39,993,193.10 39.99 million 28
2100 DEPT OF THE ARMY 19,750,000.00 19.75 million 3
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 9,519,579.43 9.52 million 26
7008 U.S. COAST GUARD 6,987,869.45 6.99 million 18
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 4,940,746.00 4.94 million 8
7009 U.S. SECRET SERVICE 1,810,122.62 1.81 million 3
7001 OFFICE OF PROCUREMENT OPERATIONS 1,790,091.80 1.79 million 41
7528 AGENCY FOR HEALTHCARE RESEARCH AND QUALITY 681,776.30 681.78 thousand 8
3600 VETERANS AFFAIRS, DEPARTMENT OF 100,000.00 100.00 thousand 3

Insight

RAND CORPORATION, THE received $139.98 million across 214 awards in the last full year, with obligations concentrated at a small number of agencies. WASHINGTON HEADQUARTERS SERVICES accounted for the largest share at $61.29 million, followed by the DEPT OF THE AIR FORCE at $39.99 million and the DEPT OF THE ARMY at $19.75 million; these three agencies together represent the clear bulk of obligations in this window. Award counts are more dispersed than dollar value, with OFFICE OF PROCUREMENT OPERATIONS issuing 41 awards but only $1.79 million obligated, indicating smaller-value transactions alongside a few high-dollar agency relationships.

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 = '11578'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 81,041,045.71 81.04 million 34
541720 RESEARCH AND DEVELOPMENT IN THE SOCIAL SCIENCES AND HUMANITIES 40,296,373.15 40.30 million 138
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 18,660,006.77 18.66 million 33
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 90,000.00 90.00 thousand 2
611710 EDUCATIONAL SUPPORT SERVICES 0.00 0.00 1
926110 ADMINISTRATION OF GENERAL ECONOMIC PROGRAMS 0.00 0.00 3
611310 COLLEGES, UNIVERSITIES, AND PROFESSIONAL SCHOOLS -30,538.48 -30.54 thousand 2
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES -78,178.82 -78.18 thousand 1

Insight

During the last full year, RAND Corporation (CAGE 11578) received $139.98 million across 214 awards, with obligations concentrated in a few NAICS codes. NAICS 541990 accounted for $81.04 million (34 awards), followed by 541720 at $40.30 million (138 awards) and 541611 at $18.66 million (33 awards), indicating a strong concentration in professional, scientific, technical, and research services. Smaller amounts were recorded in 541715, while 611710 and 926110 had awards with no obligated dollars and 611310 and 541690 reflected negative obligations, suggesting limited deobligation activity in those codes.

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 = '11578'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 139,978,708.33 139.98 million 214

Insight

During the last full year, RAND CORPORATION, THE received $139.98 million across 214 awards, indicating a moderately distributed award profile with an average award value of about $654.1K. The available annual data show all reported obligation concentrated in 2025, so no multi-year trend can be assessed from this window. The volume of awards suggests recurring procurement activity rather than reliance on a small number of very large obligations.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.